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

Method Index

 o draw(Graphics, int, int, int, int)
Draws the decoration in the direction specified by the two points.

Methods

 o 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