All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.BoxHandle
CH.ifa.draw.standard.AbstractHandle
|
+----CH.ifa.draw.standard.LocatorHandle
|
+----CH.ifa.draw.standard.BoxHandle
- public class BoxHandle
- extends LocatorHandle
BoxHandle implements the common funtionality of box handles.
It sets the current manipulator of the owner figure to this
in invokeStart() and sets it again to null in invokeEnd().
-
BoxHandle(Figure, Locator)
-
-
invokeEnd(int, int, int, int, DrawingView)
- Unsets this handle as the manipulator of the owning figure.
-
invokeStart(int, int, DrawingView)
- Sets this handle as the manipulator of the owning figure.
BoxHandle
public BoxHandle(Figure owner,
Locator l)
invokeStart
public void invokeStart(int x,
int y,
DrawingView view)
- Sets this handle as the manipulator of the owning figure.
- Overrides:
- invokeStart in class AbstractHandle
invokeEnd
public void invokeEnd(int x,
int y,
int anchorX,
int anchorY,
DrawingView view)
- Unsets this handle as the manipulator of the owning figure.
- Overrides:
- invokeEnd in class AbstractHandle
All Packages Class Hierarchy This Package Previous Next Index