All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.BoxHandleKit

java.lang.Object
   |
   +----CH.ifa.draw.standard.BoxHandleKit

public class BoxHandleKit
extends Object
A set of utility methods to create Handles for the common locations on a figure's display box.

See Also:
Handle

Constructor Index

 o BoxHandleKit()

Method Index

 o addCornerHandles(Figure, Vector)
Fills the given Vector with handles at each corner of a figure.
 o addHandles(Figure, Vector)
Fills the given Vector with handles at each corner and the north, south, east, and west of the figure.
 o east(Figure)
 o north(Figure)
 o northEast(Figure)
 o northWest(Figure)
 o south(Figure)
 o southEast(Figure)
 o southWest(Figure)
 o west(Figure)

Constructors

 o BoxHandleKit
 public BoxHandleKit()

Methods

 o addCornerHandles
 public static void addCornerHandles(Figure f,
                                     Vector handles)
Fills the given Vector with handles at each corner of a figure.

 o addHandles
 public static void addHandles(Figure f,
                               Vector handles)
Fills the given Vector with handles at each corner and the north, south, east, and west of the figure.

 o south
 public static Handle south(Figure owner)
 o southEast
 public static Handle southEast(Figure owner)
 o southWest
 public static Handle southWest(Figure owner)
 o north
 public static Handle north(Figure owner)
 o northEast
 public static Handle northEast(Figure owner)
 o northWest
 public static Handle northWest(Figure owner)
 o east
 public static Handle east(Figure owner)
 o west
 public static Handle west(Figure owner)

All Packages  Class Hierarchy  This Package  Previous  Next  Index