JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.Liner

Packages that use Liner
org.jhotdraw.draw Defines a framework for drawing editors. 
 

Uses of Liner in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement Liner
 class ElbowLiner
          A Liner that constrains a connection to orthogonal lines.
 class SlantedLiner
          SlantedLiner.
 

Fields in org.jhotdraw.draw with type parameters of type Liner
static AttributeKey<Liner> AttributeKeys.BEZIER_PATH_LAYOUTER
          The value of this attribute is a Liner object.
 

Methods in org.jhotdraw.draw that return Liner
 Liner SlantedLiner.clone()
           
 Liner Liner.clone()
           
 Liner ElbowLiner.clone()
           
 Liner LineConnectionFigure.getLiner()
           
 Liner ConnectionFigure.getLiner()
          Get a Liner object which encapsulated a lineout algorithm for this figure.
 

Methods in org.jhotdraw.draw with parameters of type Liner
 void LineConnectionFigure.setLiner(Liner newValue)
           
 void ConnectionFigure.setLiner(Liner newValue)
          Set a Liner object which encapsulated a lineout algorithm for this figure.
 


Copyright 1996-2006 © JHotDraw.org