All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.figures.PolyLineHandle
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractHandle
|
+----CH.ifa.draw.standard.LocatorHandle
|
+----CH.ifa.draw.figures.PolyLineHandle
- public class PolyLineHandle
- extends LocatorHandle
A handle for a node on the polyline.
-
PolyLineHandle(PolyLineFigure, Locator, int)
- Constructs a poly line handle.
-
invokeStart(int, int, DrawingView)
-
-
invokeStep(int, int, int, int, DrawingView)
- Tracks a step of the interaction.
PolyLineHandle
public PolyLineHandle(PolyLineFigure owner,
Locator l,
int index)
- Constructs a poly line handle.
- Parameters:
- owner - the owning polyline figure.
invokeStart
public void invokeStart(int x,
int y,
DrawingView view)
- Overrides:
- invokeStart in class AbstractHandle
invokeStep
public void invokeStep(int x,
int y,
int anchorX,
int anchorY,
DrawingView view)
- Tracks a step of the interaction.
- Overrides:
- invokeStep in class AbstractHandle
All Packages Class Hierarchy This Package Previous Next Index