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
-
BoxHandleKit()
-
-
addCornerHandles(Figure, Vector)
- Fills the given Vector with handles at each corner of a
figure.
-
addHandles(Figure, Vector)
- Fills the given Vector with handles at each corner
and the north, south, east, and west of the figure.
-
east(Figure)
-
-
north(Figure)
-
-
northEast(Figure)
-
-
northWest(Figure)
-
-
south(Figure)
-
-
southEast(Figure)
-
-
southWest(Figure)
-
-
west(Figure)
-
BoxHandleKit
public BoxHandleKit()
addCornerHandles
public static void addCornerHandles(Figure f,
Vector handles)
- Fills the given Vector with handles at each corner of a
figure.
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.
south
public static Handle south(Figure owner)
southEast
public static Handle southEast(Figure owner)
southWest
public static Handle southWest(Figure owner)
north
public static Handle north(Figure owner)
northEast
public static Handle northEast(Figure owner)
northWest
public static Handle northWest(Figure owner)
east
public static Handle east(Figure owner)
west
public static Handle west(Figure owner)
All Packages Class Hierarchy This Package Previous Next Index