@Implements(android.graphics.PathMeasure.class) public class ShadowPathMeasure extends Object
Constructor | Description |
---|---|
ShadowPathMeasure() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
__constructor__(Path path,
boolean forceClosed) |
|
protected float |
getLength() |
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.
|
@Implementation protected void __constructor__(Path path, boolean forceClosed)
@Implementation protected float getLength()
@Implementation protected boolean getPosTan(float distance, float[] pos, float[] tan)