public class FontSizeLocator extends java.lang.Object implements Locator
FontSizeLocator
is used by FontSizeHandle
to locate
its position on the drawing.Constructor and Description |
---|
FontSizeLocator()
Creates a new instance.
|
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.
|
public java.awt.geom.Point2D.Double locate(Figure owner)