public interface Locator
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D.Double |
locate(Figure owner)
Locates a position on the provided figure.
|
java.awt.geom.Point2D.Double |
locate(Figure owner,
Figure dependent)
Locates a position on the provided figure relative to the dependent
figure.
|
java.awt.geom.Point2D.Double locate(Figure owner)