public static interface CPDFFakeInkAnnotAttachHelper.HandwritingHelper
Modifier and Type | Method and Description |
---|---|
boolean |
canRedo() |
boolean |
canUndo() |
void |
clean() |
android.graphics.RectF |
getArea() |
android.graphics.Bitmap |
getBitmap() |
android.graphics.Path |
getErasePath() |
void |
initCanvas(int width,
int height) |
boolean |
isInited() |
boolean |
onDown(float x,
float y,
float pressure,
float altitude) |
void |
onMisTouch() |
boolean |
onMove(float x,
float y,
float pressure,
float altitude) |
void |
onRedo() |
void |
onUndo() |
boolean |
onUp(float x,
float y,
float pressure,
float altitude) |
void |
setAlpha(int alpha) |
void |
setColor(int color) |
void |
setEffect(IInkDrawCallback.Effect effect) |
void |
setEraseWidth(float eraseWidth) |
void |
setMode(IInkDrawCallback.Mode mode) |
void |
setPenWidth(float penWidth) |
boolean isInited()
void initCanvas(int width, int height)
void setPenWidth(float penWidth)
void setEraseWidth(float eraseWidth)
void setMode(IInkDrawCallback.Mode mode)
void setEffect(IInkDrawCallback.Effect effect)
void setColor(int color)
void setAlpha(int alpha)
void clean()
boolean onDown(float x, float y, float pressure, float altitude)
boolean onMove(float x, float y, float pressure, float altitude)
boolean onUp(float x, float y, float pressure, float altitude)
void onMisTouch()
void onUndo()
void onRedo()
boolean canUndo()
boolean canRedo()
android.graphics.Path getErasePath()
android.graphics.RectF getArea()
android.graphics.Bitmap getBitmap()