public abstract class FramePart
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PaintFrame |
frame |
| Constructor and Description |
|---|
FramePart(PaintFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
draw(java.awt.Graphics2D g2d,
double x,
double y,
Dimension2D frameSize,
APIContext ctx) |
abstract Dimension2D |
getSize(java.awt.Graphics2D g2d,
APIContext ctx) |
protected PaintFrame frame
public FramePart(PaintFrame frame)
public abstract Dimension2D getSize(java.awt.Graphics2D g2d, APIContext ctx)
public abstract double draw(java.awt.Graphics2D g2d,
double x,
double y,
Dimension2D frameSize,
APIContext ctx)