|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
---|---|
android.gesture | |
android.graphics | |
android.graphics.drawable.shapes | |
android.text |
Uses of Path in android.gesture |
---|
Methods in android.gesture that return Path | |
---|---|
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)
|
Methods in android.gesture with parameters of type Path | |
---|---|
Path |
GestureOverlayView.getGesturePath(Path path)
|
Path |
Gesture.toPath(Path path)
|
Path |
Gesture.toPath(Path path,
int width,
int height,
int edge,
int numSample)
|
Uses of Path in android.graphics |
---|
Methods in android.graphics that return Path | |
---|---|
Path |
Region.getBoundaryPath()
|
Methods in android.graphics with parameters of type Path | |
---|---|
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)
|
Constructors in android.graphics with parameters of type Path | |
---|---|
Path(Path src)
|
|
PathDashPathEffect(Path shape,
float advance,
float phase,
PathDashPathEffect.Style style)
|
|
PathMeasure(Path path,
boolean forceClosed)
|
Uses of Path in android.graphics.drawable.shapes |
---|
Constructors in android.graphics.drawable.shapes with parameters of type Path | |
---|---|
PathShape(Path path,
float stdWidth,
float stdHeight)
|
Uses of Path in android.text |
---|
Methods in android.text with parameters of type Path | |
---|---|
void |
BoringLayout.draw(Canvas c,
Path highlight,
Paint highlightpaint,
int cursorOffset)
|
void |
Layout.draw(Canvas c,
Path highlight,
Paint highlightPaint,
int cursorOffsetVertical)
|
void |
Layout.getCursorPath(int point,
Path dest,
CharSequence editingBuffer)
|
void |
Layout.getSelectionPath(int start,
int end,
Path dest)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |