public class TransformHandleKit
extends java.lang.Object
transform
method.Constructor and Description |
---|
TransformHandleKit()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
addCornerTransformHandles(Figure f,
java.util.Collection<Handle> handles)
Creates handles for each corner of a
figure and adds them to the provided collection.
|
static void |
addEdgeTransformHandles(Figure f,
java.util.Collection<Handle> handles)
Fills the given Vector with handles at each
the north, south, east, and west of the figure.
|
static void |
addGroupHoverHandles(Figure f,
java.util.Collection<Handle> handles)
Adds handles for scaling, moving, rotating and shearing a Figure.
|
static void |
addGroupTransformHandles(Figure f,
java.util.Collection<Handle> handles)
Adds handles for scaling, moving, rotating and shearing a Figure.
|
static void |
addScaleMoveTransformHandles(Figure f,
java.util.Collection<Handle> handles)
Adds handles for scaling and moving a Figure.
|
static void |
addTransformHandles(Figure f,
java.util.Collection<Handle> handles)
Adds handles for scaling, moving, rotating and shearing a Figure.
|
static Handle |
east(Figure owner) |
static Handle |
north(Figure owner) |
static Handle |
northEast(Figure owner) |
static Handle |
northWest(Figure owner) |
static Handle |
south(Figure owner) |
static Handle |
southEast(Figure owner) |
static Handle |
southWest(Figure owner) |
static Handle |
west(Figure owner) |
public static void addCornerTransformHandles(Figure f, java.util.Collection<Handle> handles)
public static void addEdgeTransformHandles(Figure f, java.util.Collection<Handle> handles)
public static void addScaleMoveTransformHandles(Figure f, java.util.Collection<Handle> handles)
public static void addTransformHandles(Figure f, java.util.Collection<Handle> handles)
public static void addGroupTransformHandles(Figure f, java.util.Collection<Handle> handles)
public static void addGroupHoverHandles(Figure f, java.util.Collection<Handle> handles)