All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.figures.ElbowHandle
CH.ifa.draw.standard.AbstractHandle
|
+----CH.ifa.draw.figures.ElbowHandle
- public class ElbowHandle
- extends AbstractHandle
A Handle to move an ElbowConnection left/right or up/down.
-
ElbowHandle(LineConnection, int)
-
-
draw(Graphics)
-
-
invokeStart(int, int, DrawingView)
-
-
invokeStep(int, int, int, int, DrawingView)
- Tracks a step of the interaction.
-
locate()
- Locates the handle on the figure.
ElbowHandle
public ElbowHandle(LineConnection owner,
int segment)
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
locate
public Point locate()
- Locates the handle on the figure.
- Overrides:
- locate in class AbstractHandle
draw
public void draw(Graphics g)
All Packages Class Hierarchy This Package Previous Next Index