FileDocCategorySizeDatePackage
PathMeasure.javaAPI DocAndroid 5.1 API1121Sat Mar 14 14:09:36 GMT 2015android.graphics

PathMeasure

public class PathMeasure extends Object

Fields Summary
public static final int
POSITION_MATRIX_FLAG
public static final int
TANGENT_MATRIX_FLAG
Constructors Summary
public PathMeasure()

 throw new RuntimeException("Stub!"); 
public PathMeasure(android.graphics.Path path, boolean forceClosed)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public floatgetLength()

 throw new RuntimeException("Stub!"); 
public booleangetMatrix(float distance, android.graphics.Matrix matrix, int flags)

 throw new RuntimeException("Stub!"); 
public booleangetPosTan(float distance, float[] pos, float[] tan)

 throw new RuntimeException("Stub!"); 
public booleangetSegment(float startD, float stopD, android.graphics.Path dst, boolean startWithMoveTo)

 throw new RuntimeException("Stub!"); 
public booleanisClosed()

 throw new RuntimeException("Stub!"); 
public booleannextContour()

 throw new RuntimeException("Stub!"); 
public voidsetPath(android.graphics.Path path, boolean forceClosed)

 throw new RuntimeException("Stub!");