public interface Capturable
Modifier and Type | Method and Description |
---|---|
void |
drawCanvas(CapturePP capture,
android.os.Bundle data)
Draw the item to the canvas
|
android.os.Bundle |
preDrawCanvas(CapturePP capture)
Save forwarded points to meta data holder
These will be used later in drawCanvas
|
android.os.Bundle preDrawCanvas(CapturePP capture)
capture
- Capture instance (use forward() to convert)void drawCanvas(CapturePP capture, android.os.Bundle data)
capture
- Canvas to draw to (use getCanvas())data
- Point data saved in preDrawCanvas