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

Constructor Index

 o LocatorHandle(Figure, Locator)
Initializes the LocatorHandle with the given Locator.

Method Index

 o locate()
Locates the handle on the figure by forwarding the request to its figure.

Constructors

 o LocatorHandle
 public LocatorHandle(Figure owner,
                      Locator l)
Initializes the LocatorHandle with the given Locator.

Methods

 o 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