public class PaintChunkDrawer
extends java.lang.Object
| Constructor and Description |
|---|
PaintChunkDrawer(PaintChunk chunk) |
PaintChunkDrawer(PaintChunk chunk,
float resolutionScale) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawPaintedLayer(android.graphics.Canvas canvas) |
float |
drawPath(android.graphics.Canvas canvas,
float startLength) |
android.graphics.RectF |
getBounds() |
android.graphics.Paint |
getLayerPaint() |
void |
setChunk(PaintChunk chunk) |
void |
setChunk(PaintChunk chunk,
float resolutionScale) |
public PaintChunkDrawer(PaintChunk chunk)
public PaintChunkDrawer(PaintChunk chunk, float resolutionScale)
public void setChunk(PaintChunk chunk)
public void setChunk(PaintChunk chunk, float resolutionScale)
public void drawPaintedLayer(android.graphics.Canvas canvas)
public float drawPath(@NonNull
android.graphics.Canvas canvas,
float startLength)
public android.graphics.RectF getBounds()
public android.graphics.Paint getLayerPaint()