| Package | Description |
|---|---|
| android.gesture | |
| android.graphics | |
| android.graphics.drawable.shapes | |
| android.text |
| Modifier and Type | Method and Description |
|---|---|
Path |
GestureOverlayView.getGesturePath() |
Path |
GestureOverlayView.getGesturePath(Path path) |
Path |
GestureStroke.getPath() |
Path |
Gesture.toPath() |
Path |
GestureStroke.toPath(float width,
float height,
int numSample) |
Path |
Gesture.toPath(int width,
int height,
int edge,
int numSample) |
Path |
Gesture.toPath(Path path) |
Path |
Gesture.toPath(Path path,
int width,
int height,
int edge,
int numSample) |
| Modifier and Type | Method and Description |
|---|---|
Path |
GestureOverlayView.getGesturePath(Path path) |
Path |
Gesture.toPath(Path path) |
Path |
Gesture.toPath(Path path,
int width,
int height,
int edge,
int numSample) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Region.getBoundaryPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.addPath(Path src) |
void |
Path.addPath(Path src,
float dx,
float dy) |
void |
Path.addPath(Path src,
Matrix matrix) |
boolean |
Canvas.clipPath(Path path) |
boolean |
Canvas.clipPath(Path path,
Region.Op op) |
void |
Canvas.drawPath(Path path,
Paint paint) |
void |
Canvas.drawTextOnPath(char[] text,
int index,
int count,
Path path,
float hOffset,
float vOffset,
Paint paint) |
void |
Canvas.drawTextOnPath(String text,
Path path,
float hOffset,
float vOffset,
Paint paint) |
boolean |
Region.getBoundaryPath(Path path) |
boolean |
Paint.getFillPath(Path src,
Path dst) |
boolean |
PathMeasure.getSegment(float startD,
float stopD,
Path dst,
boolean startWithMoveTo) |
void |
Paint.getTextPath(char[] text,
int index,
int count,
float x,
float y,
Path path) |
void |
Paint.getTextPath(String text,
int start,
int end,
float x,
float y,
Path path) |
void |
Path.offset(float dx,
float dy,
Path dst) |
boolean |
Canvas.quickReject(Path path,
Canvas.EdgeType type) |
void |
Path.set(Path src) |
void |
PathMeasure.setPath(Path path,
boolean forceClosed) |
boolean |
Region.setPath(Path path,
Region clip) |
void |
Path.transform(Matrix matrix,
Path dst) |
| Constructor and Description |
|---|
Path(Path src) |
PathDashPathEffect(Path shape,
float advance,
float phase,
PathDashPathEffect.Style style) |
PathMeasure(Path path,
boolean forceClosed) |
| Constructor and Description |
|---|
PathShape(Path path,
float stdWidth,
float stdHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoringLayout.draw(Canvas c,
Path highlight,
Paint highlightpaint,
int cursorOffset) |
void |
Layout.draw(Canvas canvas,
Path highlight,
Paint highlightPaint,
int cursorOffsetVertical) |
void |
Layout.getCursorPath(int point,
Path dest,
CharSequence editingBuffer) |
void |
Layout.getSelectionPath(int start,
int end,
Path dest) |
Copyright © 2008-2013. All Rights Reserved.