|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.PathMeasure
public class PathMeasure
| Field Summary | |
|---|---|
static int |
POSITION_MATRIX_FLAG
|
static int |
TANGENT_MATRIX_FLAG
|
| Constructor Summary | |
|---|---|
PathMeasure()
|
|
PathMeasure(Path path,
boolean forceClosed)
|
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
float |
getLength()
|
boolean |
getMatrix(float distance,
Matrix matrix,
int flags)
|
boolean |
getPosTan(float distance,
float[] pos,
float[] tan)
|
boolean |
getSegment(float startD,
float stopD,
Path dst,
boolean startWithMoveTo)
|
boolean |
isClosed()
|
boolean |
nextContour()
|
void |
setPath(Path path,
boolean forceClosed)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int POSITION_MATRIX_FLAG
public static final int TANGENT_MATRIX_FLAG
| Constructor Detail |
|---|
public PathMeasure()
public PathMeasure(Path path,
boolean forceClosed)
| Method Detail |
|---|
public void setPath(Path path,
boolean forceClosed)
public float getLength()
public boolean getPosTan(float distance,
float[] pos,
float[] tan)
public boolean getMatrix(float distance,
Matrix matrix,
int flags)
public boolean getSegment(float startD,
float stopD,
Path dst,
boolean startWithMoveTo)
public boolean isClosed()
public boolean nextContour()
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||