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

 o Strategy
Locator encapsulates the strategy to locate a handle on a figure.


Method Index

 o locate(Figure)
Locates a position on the passed figure.

Methods

 o 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