@Implements(value=android.graphics.PathMeasure.class)
public class ShadowPathMeasure
extends java.lang.Object
Shadow for PathMeasure
| Constructor and Description |
|---|
ShadowPathMeasure() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
__constructor__(android.graphics.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__(android.graphics.Path path,
boolean forceClosed)
@Implementation protected float getLength()
Return the total length of the current contour, or 0 if no path is associated with this measure object.
@Implementation
protected boolean getPosTan(float distance,
float[] pos,
float[] tan)
Note: This is not mathematically correct.