public class SegmentedPath
extends java.lang.Object
| Constructor and Description |
|---|
SegmentedPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
cubicTo(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
android.graphics.Path |
getSegment(int index) |
int |
getSegmentCount() |
boolean |
hasSegments() |
void |
lineTo(float x,
float y) |
void |
moveTo(float x,
float y) |
public void moveTo(float x,
float y)
public void lineTo(float x,
float y)
public void cubicTo(float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
public android.graphics.Path getSegment(int index)
public int getSegmentCount()
public boolean hasSegments()