public class BezierPointLocator extends AbstractLocator
Locator which locates a node on the bezier path of a BezierFigure.| Constructor and Description |
|---|
BezierPointLocator(int index) |
BezierPointLocator(int index,
int coord) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D.Double |
locate(Figure owner)
Locates a position on the provided figure.
|
void |
read(DOMInput in) |
void |
write(DOMOutput out) |
locate