|
| CanvasAdapter (View view) |
|
| CanvasAdapter (View view, ImageCache cache) |
|
synchronized void | delete () |
|
void | setBackgroundColor (int color) |
|
Canvas | getCanvas () |
|
boolean | isDrawing () |
|
boolean | beginPaint (Canvas canvas) |
|
boolean | beginPaint (Canvas canvas, boolean fast) |
|
void | endPaint () |
|
void | setPen (int argb, float width, int style, float phase, float orgw) |
|
void | setBrush (int argb, int style) |
|
void | saveClip () |
|
void | restoreClip () |
|
void | clearRect (float x, float y, float w, float h) |
|
void | drawRect (float x, float y, float w, float h, boolean stroke, boolean fill) |
|
boolean | clipRect (float x, float y, float w, float h) |
|
void | drawLine (float x1, float y1, float x2, float y2) |
|
void | drawEllipse (float x, float y, float w, float h, boolean stroke, boolean fill) |
|
void | beginPath () |
|
void | moveTo (float x, float y) |
|
void | lineTo (float x, float y) |
|
void | bezierTo (float c1x, float c1y, float c2x, float c2y, float x, float y) |
|
void | quadTo (float cpx, float cpy, float x, float y) |
|
void | closePath () |
|
void | drawPath (boolean stroke, boolean fill) |
|
boolean | clipPath () |
|
Bitmap | getHandleBitmap (int type) |
|
boolean | drawHandle (float x, float y, int type, float angle) |
|
boolean | drawBitmap (String name, float xc, float yc, float w, float h, float angle) |
|
float | drawTextAt (String text, float x, float y, float h, int align, float angle) |
|