All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.LocatorHandle
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractHandle
|
+----CH.ifa.draw.standard.LocatorHandle
- public class LocatorHandle
- extends AbstractHandle
A LocatorHandle implements a Handle by delegating the location requests to
a Locator object.
- See Also:
- Locator
-
LocatorHandle(Figure, Locator)
- Initializes the LocatorHandle with the given Locator.
-
locate()
- Locates the handle on the figure by forwarding the request
to its figure.
LocatorHandle
public LocatorHandle(Figure owner,
Locator l)
- Initializes the LocatorHandle with the given Locator.
locate
public Point locate()
- Locates the handle on the figure by forwarding the request
to its figure.
- Overrides:
- locate in class AbstractHandle
All Packages Class Hierarchy This Package Previous Next Index