Uses of Class
org.jhotdraw.figures.LineConnection

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

Uses of LineConnection in org.jhotdraw.figures
 

Subclasses of LineConnection in org.jhotdraw.figures
 class ElbowConnection
          A LineConnection that constrains a connection to orthogonal lines.
 

Constructors in org.jhotdraw.figures with parameters of type LineConnection
ElbowHandle(LineConnection owner, int segment)
           
 

Uses of LineConnection in org.jhotdraw.test.figures
 

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