| Constructor and Description |
|---|
PaintableStoreTransform(int id)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PaintableVisitor visitor)
Accept a visitor.
|
int |
getId()
Get the ID of the stored transformation.
|
void |
paintTo(java.awt.Graphics2D g2,
Context context)
Paint this object to the given graphics context.
|
public PaintableStoreTransform(int id)
id - transformation IDpublic void paintTo(@NotNull java.awt.Graphics2D g2, @NotNull Context context)
Paintablepublic void accept(@NotNull PaintableVisitor visitor)
Paintablepublic int getId()