public class PaintingDrawer
extends java.lang.Object
| Constructor and Description |
|---|
PaintingDrawer(Painting painting) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(android.graphics.Canvas canvas,
boolean useCache) |
void |
draw(android.graphics.Canvas canvas,
boolean useCache,
float resolutionScale) |
public PaintingDrawer(@NonNull
Painting painting)