public final class SmudgeProcessor extends SimpleProcessor
brushSnap, currentSnap, mBrushScale, mCurrentBrush, originalImage, originalSnap, smudgeCanvas
构造器和说明 |
---|
SmudgeProcessor()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
destroy() |
protected void |
drawAtPoint(float x,
float y,
float d,
float scale,
float angle)
根据笔刷类型采用不同的绘制方式
|
protected void |
setBrush(BrushData brush) |
drawBetweenPoints, getBrush, getCanvasImage, getImageHeight, getImageWidth, getMaxTemplateDistance, getMaxUndoCount, getOriginalImage, getRedoCount, getRedoData, getSmudgeImage, getUndoCount, getUndoData, init, saveCurrentAsHistory, setBrushSize, setMaxUndoCount, touchBegan
protected void setBrush(BrushData brush)
setBrush
在类中 SimpleProcessor
brush
- protected final void drawAtPoint(float x, float y, float d, float scale, float angle)
drawAtPoint
在类中 SimpleProcessor
public void destroy()
destroy
在类中 SimpleProcessor