|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locator | |
---|---|
org.jhotdraw.contrib | |
org.jhotdraw.figures | |
org.jhotdraw.framework | |
org.jhotdraw.standard |
Uses of Locator in org.jhotdraw.contrib |
---|
Methods in org.jhotdraw.contrib that return Locator | |
---|---|
static Locator |
PolygonFigure.locator(int pointIndex)
Creates a locator for the point with the given index. |
Constructors in org.jhotdraw.contrib with parameters of type Locator | |
---|---|
PolygonHandle(PolygonFigure owner,
Locator l,
int index)
Constructs a polygon handle. |
Uses of Locator in org.jhotdraw.figures |
---|
Methods in org.jhotdraw.figures that return Locator | |
---|---|
Locator |
ElbowConnection.connectedTextLocator(Figure f)
|
static Locator |
PolyLineFigure.locator(int pointIndex)
Creates a locator for the point with the given index. |
Constructors in org.jhotdraw.figures with parameters of type Locator | |
---|---|
FontSizeHandle(Figure owner,
Locator l)
|
|
PolyLineHandle(PolyLineFigure owner,
Locator l,
int index)
Constructs a poly line handle. |
Uses of Locator in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return Locator | |
---|---|
Locator |
Figure.connectedTextLocator(Figure text)
Returns the locator used to located connected text. |
Uses of Locator in org.jhotdraw.standard |
---|
Classes in org.jhotdraw.standard that implement Locator | |
---|---|
class |
AbstractLocator
AbstractLocator provides default implementations for the Locator interface. |
class |
OffsetLocator
A locator to offset another Locator. |
class |
PeripheralLocator
|
class |
RelativeLocator
A locator that specfies a point that is relative to the bounds of a figure. |
Methods in org.jhotdraw.standard that return Locator | |
---|---|
static Locator |
RelativeLocator.center()
Center. |
Locator |
DecoratorFigure.connectedTextLocator(Figure text)
Returns the locator used to located connected text. |
Locator |
AbstractFigure.connectedTextLocator(Figure text)
Returns the locator used to located connected text. |
static Locator |
RelativeLocator.east()
|
Locator |
LocatorHandle.getLocator()
This should be cloned or it gives the receiver the opportunity to alter our internal behavior. |
Locator |
LocatorConnector.getLocator()
|
static Locator |
RelativeLocator.north()
North. |
static Locator |
RelativeLocator.northEast()
North east. |
static Locator |
RelativeLocator.northWest()
North west. |
static Locator |
RelativeLocator.south()
South. |
static Locator |
RelativeLocator.southEast()
South east. |
static Locator |
RelativeLocator.southWest()
South west. |
static Locator |
RelativeLocator.west()
West. |
Constructors in org.jhotdraw.standard with parameters of type Locator | |
---|---|
ConnectionHandle(Figure owner,
Locator l,
ConnectionFigure prototype)
Constructs a handle with the given owner, locator, and connection prototype |
|
LocatorConnector(Figure owner,
Locator l)
|
|
LocatorHandle(Figure owner,
Locator l)
Initializes the LocatorHandle with the given Locator. |
|
NullHandle(Figure owner,
Locator locator)
|
|
OffsetLocator(Locator base)
|
|
OffsetLocator(Locator base,
int offsetX,
int offsetY)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |