Package org.robolectric.shadows
Class ShadowPathMeasure
java.lang.Object
org.robolectric.shadows.ShadowPathMeasure
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
__constructor__
(Path path, boolean forceClosed) protected float
Return the total length of the current contour, or 0 if no path is associated with this measure object.protected boolean
getPosTan
(float distance, float[] pos, float[] tan) Note: This is not mathematically correct.
-
Constructor Details
-
ShadowPathMeasure
public ShadowPathMeasure()
-
-
Method Details
-
__constructor__
-
getLength
Return the total length of the current contour, or 0 if no path is associated with this measure object. -
getPosTan
Note: This is not mathematically correct.
-