Uses of Interface
org.jhotdraw.figures.LineDecoration

Packages that use LineDecoration
org.jhotdraw.figures   
 

Uses of LineDecoration in org.jhotdraw.figures
 

Classes in org.jhotdraw.figures that implement LineDecoration
 class AbstractLineDecoration
          An standard implementation of a line decoration.
 class ArrowTip
          An arrow tip line decoration.
 

Methods in org.jhotdraw.figures that return LineDecoration
 LineDecoration PolyLineFigure.getEndDecoration()
          Returns the end decoration.
 LineDecoration PolyLineFigure.getStartDecoration()
          Returns the start decoration.
 

Methods in org.jhotdraw.figures with parameters of type LineDecoration
 void PolyLineFigure.setEndDecoration(LineDecoration l)
          Sets the end decoration.
 void PolyLineFigure.setStartDecoration(LineDecoration l)
          Sets the start decoration.