public interface PaintableVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(PaintableClipShape shape)
Visit a clip shape.
|
void |
visit(PaintableComposite composite)
Visit a paintable composite.
|
void |
visit(PaintableGroup group)
Visit a paintable group.
|
void |
visit(PaintableImage image)
Visit a paintable image.
|
void |
visit(PaintableRestoreTransform restoreTrafo)
Visit a paintable restore transformation.
|
void |
visit(PaintableShape shape)
Visit a paintable shape.
|
void |
visit(PaintableStoreTransform storeTrafo)
Visit a paintable store transformation.
|
void |
visit(PaintableTransform transform)
Visit a paintable transform.
|
void visit(@NotNull PaintableShape shape)
shape - paintable shapevoid visit(@NotNull PaintableImage image)
image - paintable imagevoid visit(@NotNull PaintableClipShape shape)
shape - clip shapevoid visit(@NotNull PaintableComposite composite)
composite - compositevoid visit(@NotNull PaintableTransform transform)
transform - transformvoid visit(@NotNull PaintableStoreTransform storeTrafo)
storeTrafo - store transformationvoid visit(@NotNull PaintableRestoreTransform restoreTrafo)
restoreTrafo - restore transformationvoid visit(@NotNull PaintableGroup group)
group - paintable group