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().


Constructor Index

 o BoxHandle(Figure, Locator)

Method Index

 o invokeEnd(int, int, int, int, DrawingView)
Unsets this handle as the manipulator of the owning figure.
 o invokeStart(int, int, DrawingView)
Sets this handle as the manipulator of the owning figure.

Constructors

 o BoxHandle
 public BoxHandle(Figure owner,
                  Locator l)

Methods

 o 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
 o 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