public interface Paintable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PaintableVisitor visitor)
Accept a visitor.
|
void |
paintTo(java.awt.Graphics2D g2,
Context context)
Paint this object to the given graphics context.
|
void paintTo(@NotNull java.awt.Graphics2D g2, @NotNull Context context)
g2 - graphicscontext - drawing contextvoid accept(@NotNull PaintableVisitor visitor)
visitor - visitor for this paintable