java.lang.Object
org.jhotdraw8.draw.locator.AbstractLocator
org.jhotdraw8.draw.locator.PointLocator
- All Implemented Interfaces:
Locator
A
Locator which locates a node on a point of a Figure.- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.draw.locator.AbstractLocator
locate
-
Constructor Details
-
PointLocator
-
-
Method Details
-
locate
Description copied from interface:LocatorLocates a position on the provided figure.- Parameters:
owner- provided figure- Returns:
- a point on the figure in local coordinates.
-