Uses of Class
org.jhotdraw.standard.LocatorHandle

Packages that use LocatorHandle
org.jhotdraw.figures   
org.jhotdraw.standard   
org.jhotdraw.test.standard   
 

Uses of LocatorHandle in org.jhotdraw.figures
 

Subclasses of LocatorHandle in org.jhotdraw.figures
 class FontSizeHandle
          A Handle to change the font size by direct manipulation.
 class PolyLineHandle
          A handle for a node on the polyline.
 

Uses of LocatorHandle in org.jhotdraw.standard
 

Subclasses of LocatorHandle in org.jhotdraw.standard
 class ConnectionHandle
          A handle to connect figures.
 class NullHandle
          A handle that doesn't change the owned figure.
 

Uses of LocatorHandle in org.jhotdraw.test.standard
 

Methods in org.jhotdraw.test.standard that return LocatorHandle
 LocatorHandle LocatorHandleTest.createInstance()
          Factory method for instances of the class to be tested.