All Packages Class Hierarchy This Package Previous Next Index
Interface CH.ifa.draw.figures.LineDecoration
- public interface interface LineDecoration
- extends Storable, Cloneable, Serializable
Decorate the start or end point of a line or poly line figure.
LineDecoration is the base class for the different line decorations.
- See Also:
- PolyLineFigure
-
draw(Graphics, int, int, int, int)
- Draws the decoration in the direction specified by the two points.
draw
public abstract void draw(Graphics g,
int x1,
int y1,
int x2,
int y2)
- Draws the decoration in the direction specified by the two points.
All Packages Class Hierarchy This Package Previous Next Index