All Packages Class Hierarchy This Package Previous Next Index
Interface CH.ifa.draw.framework.Locator
- public interface interface Locator
- extends Storable, Serializable, Cloneable
Locators can be used to locate a position on a figure.
Design Patterns
Strategy
Locator encapsulates the strategy to locate a handle on a figure.
-
locate(Figure)
- Locates a position on the passed figure.
locate
public abstract Point locate(Figure owner)
- Locates a position on the passed figure.
- Returns:
- a point on the figure.
All Packages Class Hierarchy This Package Previous Next Index