public class DrawableRectangle extends Drawable
Constructor and Description |
---|
DrawableRectangle(VUI vui,
double dx,
double dy,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
void |
_onDraw(java.awt.Graphics2D graphics)
Method that must be overrided to draw
|
bottom, getAngle, getHeight, getLayer, getRenderedHeight, getRenderedWidth, getWidth, hide, isFixed, isVisible, left, move, onDraw, right, setAngle, setColor, setFixed, setHeight, setLayer, setPanel, setStrokeOnly, setVisible, setWidth, show, top, update
public DrawableRectangle(VUI vui, double dx, double dy, double width, double height)