All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.figures.ElbowHandle

java.lang.Object
   |
   +----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.


Constructor Index

 o ElbowHandle(LineConnection, int)

Method Index

 o draw(Graphics)
Draws this handle.
 o invokeStart(int, int, DrawingView)
 o invokeStep(int, int, int, int, DrawingView)
Tracks a step of the interaction.
 o locate()
Locates the handle on the figure.

Constructors

 o ElbowHandle
 public ElbowHandle(LineConnection owner,
                    int segment)

Methods

 o invokeStart
 public void invokeStart(int x,
                         int y,
                         DrawingView view)
Overrides:
invokeStart in class AbstractHandle
 o 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
 o locate
 public Point locate()
Locates the handle on the figure.

Overrides:
locate in class AbstractHandle
 o draw
 public void draw(Graphics g)
Draws this handle.

Overrides:
draw in class AbstractHandle

All Packages  Class Hierarchy  This Package  Previous  Next  Index