public class DrawableLine extends Drawable
Constructor and Description |
---|
DrawableLine(VUI vui,
double dx,
double dy,
double tx,
double ty) |
Modifier and Type | Method and Description |
---|---|
void |
_onDraw(java.awt.Graphics2D graphics)
Method that must be overrided to draw
|
void |
move(double dx,
double dy,
double tx,
double ty) |
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 DrawableLine(VUI vui, double dx, double dy, double tx, double ty)
public void _onDraw(java.awt.Graphics2D graphics)
Drawable
public void move(double dx, double dy, double tx, double ty)