JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.Locator

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

Uses of Locator in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement Locator
 class AbstractLocator
          AbstractLocator provides default implementations for the Locator interface.
 class BezierLabelLocator
          This locator locates a position relative to a polyline.
 class BezierPointLocator
          BezierPointLocator.
 class FontSizeLocator
          FontSizeLocator.
 class RelativeDecoratorLocator
          A locator that specfies a point that is relative to the bounds of a figures decorator.
 class RelativeLocator
          A locator that specfies a point that is relative to the bounds of a figure.
 

Fields in org.jhotdraw.draw with type parameters of type Locator
static AttributeKey<Locator> LocatorLayouter.LAYOUT_LOCATOR
          LayoutLocator property used by the children to specify their location relative to the compositeFigure.
 

Methods in org.jhotdraw.draw that return Locator
static Locator RelativeLocator.center()
          Center.
static Locator RelativeDecoratorLocator.center()
          Center.
static Locator RelativeLocator.east()
           
static Locator RelativeDecoratorLocator.east()
           
static Locator RelativeLocator.north()
          North.
static Locator RelativeDecoratorLocator.north()
          North.
static Locator RelativeLocator.northEast()
          North east.
static Locator RelativeDecoratorLocator.northEast()
          North east.
static Locator RelativeLocator.northWest()
          North west.
static Locator RelativeDecoratorLocator.northWest()
          North west.
static Locator RelativeLocator.south()
          South.
static Locator RelativeDecoratorLocator.south()
          South.
static Locator RelativeLocator.southEast()
          South east.
static Locator RelativeDecoratorLocator.southEast()
          South east.
static Locator RelativeLocator.southWest()
          South west.
static Locator RelativeDecoratorLocator.southWest()
          South west.
static Locator RelativeLocator.west()
          West.
static Locator RelativeDecoratorLocator.west()
          West.
 

Constructors in org.jhotdraw.draw with parameters of type Locator
ConnectionHandle(Figure owner, Locator locator, ConnectionFigure prototype)
          Creates a new instance.
FontSizeHandle(TextHolder owner, Locator locator)
           
LocatorConnector(Figure owner, Locator l)
           
LocatorHandle(Figure owner, Locator l)
          Initializes the LocatorHandle with the given Locator.
MoveHandle(Figure owner, Locator locator)
          Creates a new instance.
NullHandle(Figure owner, Locator locator)
          Creates a new instance.
 


Copyright 1996-2006 © JHotDraw.org