java.lang.Object
org.jhotdraw8.draw.handle.HandleType
HandleType is used by tools to request specific handles from figures.- Author:
- Werner Randelshofer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HandleTypeA Handle of this type should highlight a figure, but should not provide user interaction.static final HandleTypeA Handle of this type should highlight a figure, but should not provide user interaction.static final HandleTypeHandles of this type should allow to move (translate) a figure.static final HandleTypeHandle of this type should allow to edit a point of a figure.static final HandleTypeHandle of this type should allow to svgStringReshapeToBuilder (resize) a figure.static final HandleTypeA Handle of this type should highlight a figure, but should not provide user interaction.static final HandleTypeHandle of this type should allow to transform (scale and rotate) a figure. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECT
A Handle of this type should highlight a figure, but should not provide user interaction. -
LEAD
A Handle of this type should highlight a figure, but should not provide user interaction. -
ANCHOR
A Handle of this type should highlight a figure, but should not provide user interaction. -
MOVE
Handles of this type should allow to move (translate) a figure. -
RESIZE
Handle of this type should allow to svgStringReshapeToBuilder (resize) a figure. -
TRANSFORM
Handle of this type should allow to transform (scale and rotate) a figure. -
POINT
Handle of this type should allow to edit a point of a figure.
-
-
Constructor Details
-
HandleType
public HandleType()
-