- All Known Implementing Classes:
AbstractLocator,BoundsLocator,PointLocator
public interface Locator
A locator encapsulates a strategy for locating a point on a
Figure.- Author:
- Werner Randelshofer
-
Method Summary
-
Method Details
-
locate
Locates a position on the provided figure.- Parameters:
owner- provided figure- Returns:
- a point on the figure in local coordinates.
-
locate
Locates a position on the provided figure relative to the dependent figure.- Parameters:
owner- provided figuredependent- dependent figure- Returns:
- a point on the figure in local coordinates.
-