Uses of Class
org.jhotdraw.figures.PolyLineFigure

Packages that use PolyLineFigure
org.jhotdraw.figures   
org.jhotdraw.test.figures   
 

Uses of PolyLineFigure in org.jhotdraw.figures
 

Subclasses of PolyLineFigure in org.jhotdraw.figures
 class ElbowConnection
          A LineConnection that constrains a connection to orthogonal lines.
 class LineConnection
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 class LineFigure
          A line figure.
 

Constructors in org.jhotdraw.figures with parameters of type PolyLineFigure
PolyLineHandle(PolyLineFigure owner, Locator l, int index)
          Constructs a poly line handle.
 

Uses of PolyLineFigure in org.jhotdraw.test.figures
 

Methods in org.jhotdraw.test.figures that return PolyLineFigure
 PolyLineFigure PolyLineFigureTest.createInstance()
          Factory method for instances of the class to be tested.