See: Description
| Interface | Description |
|---|---|
| Locator |
A locator encapsulates a strategy for locating a point on a
Figure. |
| Class | Description |
|---|---|
| AbstractLocator |
This abstract class can be extended to implement a
Locator. |
| BezierLabelLocator |
A
Locator which can be used to place a label on the path of
a BezierFigure. |
| BezierPointLocator |
A
Locator which locates a node on the bezier path of a BezierFigure. |
| FontSizeLocator |
FontSizeLocator is used by FontSizeHandle to locate
its position on the drawing. |
| RelativeDecoratorLocator |
A locator that specfies a point that is relative to the bounds
of a figures decorator.
|
| RelativeLocator |
A locator that specfies a point that is relative to the bounds
of a figure.
|