public interface Portrayal2D extends Portrayal
Modifier and Type | Method and Description |
---|---|
void |
draw(java.lang.Object object,
java.awt.Graphics2D graphics,
DrawInfo2D info)
Draw a the given object with an origin at (info.draw.x, info.draw.y),
and with the coordinate system scaled by so that 1 unit is in the x and
y directions are equal to info.draw.width and info.draw.height respectively
in pixels.
|
getInspector, getName, getStatus, setSelected
void draw(java.lang.Object object, java.awt.Graphics2D graphics, DrawInfo2D info)