Package org.robolectric.shadows
Class ShadowPathMeasure
java.lang.Object
org.robolectric.shadows.ShadowPathMeasure
@Implements(android.graphics.PathMeasure.class) public class ShadowPathMeasure extends Object
- 
Constructor SummaryConstructors Constructor Description ShadowPathMeasure()
- 
Method SummaryModifier and Type Method Description protected void__constructor__(Path path, boolean forceClosed)protected floatgetLength()Return the total length of the current contour, or 0 if no path is associated with this measure object.protected booleangetPosTan(float distance, float[] pos, float[] tan)Note: This is not mathematically correct.
- 
Constructor Details- 
ShadowPathMeasurepublic ShadowPathMeasure()
 
- 
- 
Method Details- 
__constructor__
- 
getLengthReturn the total length of the current contour, or 0 if no path is associated with this measure object.
- 
getPosTanNote: This is not mathematically correct.
 
-