File
Doc
Category
Size
Date
Package
PathMeasure.java
API Doc
Android 5.1 API
1121
Sat Mar 14 14:09:36 GMT 2015
android.graphics
PathMeasure
java.lang.Object
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 void
finalize
()
throw new RuntimeException("Stub!");
public
float
getLength
()
throw new RuntimeException("Stub!");
public
boolean
getMatrix
(
float
distance,
android.graphics.Matrix
matrix,
int
flags)
throw new RuntimeException("Stub!");
public
boolean
getPosTan
(
float
distance,
float[]
pos,
float[]
tan)
throw new RuntimeException("Stub!");
public
boolean
getSegment
(
float
startD,
float
stopD,
android.graphics.Path
dst,
boolean
startWithMoveTo)
throw new RuntimeException("Stub!");
public
boolean
isClosed
()
throw new RuntimeException("Stub!");
public
boolean
nextContour
()
throw new RuntimeException("Stub!");
public void
setPath
(
android.graphics.Path
path,
boolean
forceClosed)
throw new RuntimeException("Stub!");
Java Code Source