org.jhotdraw.draw.handle
Class HandleAttributeKeys
- java.lang.Object
-
- org.jhotdraw.draw.handle.HandleAttributeKeys
-
public class HandleAttributeKeys extends java.lang.ObjectDefines a put of well knownHandleattributes.If you want different attribute values for your own editor, put the desired values using
DrawingEditor.setHandleAttribute(org.jhotdraw.draw.AttributeKey, java.lang.Object).
-
-
Field Summary
Fields Modifier and Type Field and Description static AttributeKey<java.awt.Color>ATTRIBUTE_HANDLE_FILL_COLORAttribute handle fill color.static AttributeKey<java.awt.Color>ATTRIBUTE_HANDLE_FILL_COLOR_DISABLEDAttribute handle fill color.static AttributeKey<java.awt.Color>ATTRIBUTE_HANDLE_STROKE_COLORAttribute handle stroke color.static AttributeKey<java.awt.Color>ATTRIBUTE_HANDLE_STROKE_COLOR_DISABLEDAttribute handle stroke color.static AttributeKey<java.awt.Color>BEZIER_CONTROL_POINT_HANDLE_FILL_COLORBezier control point handle fill color.static AttributeKey<java.awt.Color>BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR_DISABLEDBezier control point handle fill color.static AttributeKey<java.awt.Color>BEZIER_CONTROL_POINT_HANDLE_STROKE_COLORBezier control point handle stroke color.static AttributeKey<java.awt.Color>BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR_DISABLEDBezier control point handle stroke color.static AttributeKey<java.awt.Color>BEZIER_NODE_HANDLE_FILL_COLORBezier node handle fill color.static AttributeKey<java.awt.Color>BEZIER_NODE_HANDLE_FILL_COLOR_DISABLEDBezier node handle fill color.static AttributeKey<java.awt.Color>BEZIER_NODE_HANDLE_STROKE_COLORBezier node handle stroke color.static AttributeKey<java.awt.Color>BEZIER_NODE_HANDLE_STROKE_COLOR_DISABLEDBezier node handle stroke color.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_1Bezier path stroke color 1.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_1_DISABLEDBezier path stroke color 1.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_1_HOVERBezier path hover stroke color 1.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_2Bezier path stroke color 2.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_2_DISABLEDBezier path stroke color 2.static AttributeKey<java.awt.Color>BEZIER_PATH_COLOR_2_HOVERBezier path hover stroke color 2.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_1Bezier path stroke 1.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_1_DISABLEDBezier path stroke 1.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_1_HOVERBezier path hover stroke 1.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_2Bezier path stroke 2.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_2_DISABLEDBezier path stroke 2.static AttributeKey<java.awt.Stroke>BEZIER_PATH_STROKE_2_HOVERBezier path hover stroke 2.static AttributeKey<java.awt.Color>BEZIER_TANGENT_COLOR_1Bezier tangent line stroke color 1.static AttributeKey<java.awt.Color>BEZIER_TANGENT_COLOR_1_DISABLEDBezier tangent line stroke color 1.static AttributeKey<java.awt.Color>BEZIER_TANGENT_COLOR_2Bezier tangent line stroke color 2.static AttributeKey<java.awt.Color>BEZIER_TANGENT_COLOR_2_DISABLEDBezier tangent line stroke color 2.static AttributeKey<java.awt.Stroke>BEZIER_TANGENT_STROKE_1Bezier tangent line stroke 1.static AttributeKey<java.awt.Stroke>BEZIER_TANGENT_STROKE_1_DISABLEDBezier tangent line stroke 1.static AttributeKey<java.awt.Stroke>BEZIER_TANGENT_STROKE_2Bezier tangent line stroke 2.static AttributeKey<java.awt.Stroke>BEZIER_TANGENT_STROKE_2_DISABLEDBezier tangent line stroke 2.static AttributeKey<java.awt.Color>CONNECTED_CONNECTION_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>CONNECTED_CONNECTION_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>CONNECTED_CONNECTOR_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>CONNECTED_CONNECTOR_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>DISCONNECTED_CONNECTION_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>DISCONNECTED_CONNECTION_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>DISCONNECTED_CONNECTOR_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>DISCONNECTED_CONNECTOR_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_1Group bounds color 1.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_1_DISABLEDGroup bounds disabled color 1.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_1_HOVERGroup bounds hover color 1.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_2Group bounds color 2.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_2_DISABLEDGroup bounds disabled color 2.static AttributeKey<java.awt.Color>GROUP_BOUNDS_COLOR_2_HOVERGroup bounds hover color 2.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_1Group bounds stroke 1.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_1_DISABLEDGroup bounds disabled stroke 1.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_1_HOVERGroup bounds hover stroke 1.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_2Group bounds stroke 2.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_2_DISABLEDGroup bounds disabled stroke 2.static AttributeKey<java.awt.Stroke>GROUP_BOUNDS_STROKE_2_HOVERGroup bounds hover stroke 2.static AttributeKey<java.awt.Color>GROUP_HANDLE_FILL_COLORGroup handle fill color.static AttributeKey<java.awt.Color>GROUP_HANDLE_FILL_COLOR_DISABLEDGroup handle fill color.static AttributeKey<java.awt.Color>GROUP_HANDLE_STROKE_COLORGroup handle stroke color.static AttributeKey<java.awt.Color>GROUP_HANDLE_STROKE_COLOR_DISABLEDGroup handle stroke color.static AttributeKey<java.awt.Color>HANDLE_FILL_COLORGeneral handle fill color.static AttributeKey<java.awt.Color>HANDLE_FILL_COLOR_DISABLEDGeneral handle fill color.static AttributeKey<java.lang.Integer>HANDLE_SIZEGeneral handle size.static AttributeKey<java.awt.Stroke>HANDLE_STROKEGeneral handle stroke.static AttributeKey<java.awt.Color>HANDLE_STROKE_COLORGeneral handle stroke color.static AttributeKey<java.awt.Color>HANDLE_STROKE_COLOR_DISABLEDGeneral handle stroke color.static AttributeKey<java.awt.Color>MOVE_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>MOVE_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>NULL_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>NULL_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>OVERFLOW_HANDLE_FILL_COLORHandle fill color.static AttributeKey<java.awt.Color>OVERFLOW_HANDLE_STROKE_COLORHandle stroke color.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_1Resize bounds stroke color 1.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_1_DISABLEDDisabled resize bounds stroke color 1.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_1_HOVERHandle bounds hover stroke color 1.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_2Resize bounds stroke color 2.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_2_DISABLEDDisabled resize bounds hover color 2.static AttributeKey<java.awt.Color>RESIZE_BOUNDS_COLOR_2_HOVERResize bounds hover stroke color 2.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_1Resize bounds stroke 1.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_1_DISABLEDDisabled resize bounds stroke 1.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_1_HOVERResize bounds hover stroke 1.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_2Resize bounds stroke 2.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_2_DISABLEDDisabled bounds stroke 2.static AttributeKey<java.awt.Stroke>RESIZE_BOUNDS_STROKE_2_HOVERResize bounds hover stroke 2.static AttributeKey<java.awt.Color>RESIZE_HANDLE_FILL_COLORResize handle fill color.static AttributeKey<java.awt.Color>RESIZE_HANDLE_STROKE_COLORResize handle stroke color.static AttributeKey<java.awt.Color>ROTATE_HANDLE_FILL_COLORRotate handle fill color.static AttributeKey<java.awt.Color>ROTATE_HANDLE_FILL_COLOR_DISABLEDRotate handle fill color.static AttributeKey<java.awt.Color>ROTATE_HANDLE_STROKE_COLORRotate handle stroke color.static AttributeKey<java.awt.Color>ROTATE_HANDLE_STROKE_COLOR_DISABLEDRotate handle stroke color.static AttributeKey<java.awt.Color>SCALE_HANDLE_FILL_COLORScale handle fill color.static AttributeKey<java.awt.Color>SCALE_HANDLE_STROKE_COLORScale handle stroke color.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_1Transform bounds color 1.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_1_DISABLEDTransform bounds disabled color 1.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_1_HOVERTransform bounds hover color 1.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_2Transform bounds color 2.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_2_DISABLEDTransform bounds disabled color 2.static AttributeKey<java.awt.Color>TRANSFORM_BOUNDS_COLOR_2_HOVERTransform bounds hover color 2.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_1Transform bounds stroke 1.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_1_DISABLEDTransform bounds disabled stroke 1.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_1_HOVERTransform bounds hover stroke 1.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_2Transform bounds stroke 2.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_2_DISABLEDTransform bounds disabled stroke 2.static AttributeKey<java.awt.Stroke>TRANSFORM_BOUNDS_STROKE_2_HOVERTransform bounds hover stroke 2.static AttributeKey<java.awt.Color>TRANSFORM_HANDLE_FILL_COLORTransform handle fill color.static AttributeKey<java.awt.Color>TRANSFORM_HANDLE_FILL_COLOR_DISABLEDTransform handle fill color.static AttributeKey<java.awt.Color>TRANSFORM_HANDLE_STROKE_COLORTransform handle stroke color.static AttributeKey<java.awt.Color>TRANSFORM_HANDLE_STROKE_COLOR_DISABLEDTransform handle stroke color.
-
Constructor Summary
Constructors Constructor and Description HandleAttributeKeys()
-
-
-
Field Detail
-
HANDLE_SIZE
public static final AttributeKey<java.lang.Integer> HANDLE_SIZE
General handle size.
-
HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> HANDLE_STROKE_COLOR
General handle stroke color.
-
HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> HANDLE_FILL_COLOR
General handle fill color.
-
HANDLE_STROKE
public static final AttributeKey<java.awt.Stroke> HANDLE_STROKE
General handle stroke.
-
HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> HANDLE_STROKE_COLOR_DISABLED
General handle stroke color.
-
HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> HANDLE_FILL_COLOR_DISABLED
General handle fill color.
-
ROTATE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> ROTATE_HANDLE_STROKE_COLOR
Rotate handle stroke color.
-
ROTATE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> ROTATE_HANDLE_FILL_COLOR
Rotate handle fill color.
-
ROTATE_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> ROTATE_HANDLE_STROKE_COLOR_DISABLED
Rotate handle stroke color.
-
ROTATE_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> ROTATE_HANDLE_FILL_COLOR_DISABLED
Rotate handle fill color.
-
BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR
Bezier control point handle stroke color.
-
BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR
Bezier control point handle fill color.
-
BEZIER_TANGENT_COLOR_1
public static final AttributeKey<java.awt.Color> BEZIER_TANGENT_COLOR_1
Bezier tangent line stroke color 1.
-
BEZIER_TANGENT_COLOR_2
public static final AttributeKey<java.awt.Color> BEZIER_TANGENT_COLOR_2
Bezier tangent line stroke color 2.
-
BEZIER_TANGENT_STROKE_1
public static final AttributeKey<java.awt.Stroke> BEZIER_TANGENT_STROKE_1
Bezier tangent line stroke 1.
-
BEZIER_TANGENT_STROKE_2
public static final AttributeKey<java.awt.Stroke> BEZIER_TANGENT_STROKE_2
Bezier tangent line stroke 2.
-
BEZIER_NODE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> BEZIER_NODE_HANDLE_STROKE_COLOR
Bezier node handle stroke color.
-
BEZIER_NODE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> BEZIER_NODE_HANDLE_FILL_COLOR
Bezier node handle fill color.
-
BEZIER_PATH_COLOR_1
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_1
Bezier path stroke color 1.
-
BEZIER_PATH_COLOR_2
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_2
Bezier path stroke color 2.
-
BEZIER_PATH_STROKE_1
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_1
Bezier path stroke 1.
-
BEZIER_PATH_STROKE_2
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_2
Bezier path stroke 2.
-
BEZIER_PATH_COLOR_1_HOVER
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_1_HOVER
Bezier path hover stroke color 1.
-
BEZIER_PATH_COLOR_2_HOVER
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_2_HOVER
Bezier path hover stroke color 2.
-
BEZIER_PATH_STROKE_1_HOVER
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_1_HOVER
Bezier path hover stroke 1.
-
BEZIER_PATH_STROKE_2_HOVER
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_2_HOVER
Bezier path hover stroke 2.
-
BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_CONTROL_POINT_HANDLE_STROKE_COLOR_DISABLED
Bezier control point handle stroke color.
-
BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_CONTROL_POINT_HANDLE_FILL_COLOR_DISABLED
Bezier control point handle fill color.
-
BEZIER_TANGENT_COLOR_1_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_TANGENT_COLOR_1_DISABLED
Bezier tangent line stroke color 1.
-
BEZIER_TANGENT_COLOR_2_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_TANGENT_COLOR_2_DISABLED
Bezier tangent line stroke color 2.
-
BEZIER_TANGENT_STROKE_1_DISABLED
public static final AttributeKey<java.awt.Stroke> BEZIER_TANGENT_STROKE_1_DISABLED
Bezier tangent line stroke 1.
-
BEZIER_TANGENT_STROKE_2_DISABLED
public static final AttributeKey<java.awt.Stroke> BEZIER_TANGENT_STROKE_2_DISABLED
Bezier tangent line stroke 2.
-
BEZIER_NODE_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_NODE_HANDLE_STROKE_COLOR_DISABLED
Bezier node handle stroke color.
-
BEZIER_NODE_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_NODE_HANDLE_FILL_COLOR_DISABLED
Bezier node handle fill color.
-
BEZIER_PATH_COLOR_1_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_1_DISABLED
Bezier path stroke color 1.
-
BEZIER_PATH_COLOR_2_DISABLED
public static final AttributeKey<java.awt.Color> BEZIER_PATH_COLOR_2_DISABLED
Bezier path stroke color 2.
-
BEZIER_PATH_STROKE_1_DISABLED
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_1_DISABLED
Bezier path stroke 1.
-
BEZIER_PATH_STROKE_2_DISABLED
public static final AttributeKey<java.awt.Stroke> BEZIER_PATH_STROKE_2_DISABLED
Bezier path stroke 2.
-
SCALE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> SCALE_HANDLE_STROKE_COLOR
Scale handle stroke color.
-
SCALE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> SCALE_HANDLE_FILL_COLOR
Scale handle fill color.
-
RESIZE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> RESIZE_HANDLE_STROKE_COLOR
Resize handle stroke color.
-
RESIZE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> RESIZE_HANDLE_FILL_COLOR
Resize handle fill color.
-
RESIZE_BOUNDS_COLOR_1
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_1
Resize bounds stroke color 1.
-
RESIZE_BOUNDS_COLOR_2
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_2
Resize bounds stroke color 2.
-
RESIZE_BOUNDS_STROKE_1
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_1
Resize bounds stroke 1.
-
RESIZE_BOUNDS_STROKE_2
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_2
Resize bounds stroke 2.
-
RESIZE_BOUNDS_COLOR_1_DISABLED
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_1_DISABLED
Disabled resize bounds stroke color 1.
-
RESIZE_BOUNDS_COLOR_2_DISABLED
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_2_DISABLED
Disabled resize bounds hover color 2.
-
RESIZE_BOUNDS_STROKE_1_DISABLED
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_1_DISABLED
Disabled resize bounds stroke 1.
-
RESIZE_BOUNDS_STROKE_2_DISABLED
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_2_DISABLED
Disabled bounds stroke 2.
-
RESIZE_BOUNDS_COLOR_1_HOVER
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_1_HOVER
Handle bounds hover stroke color 1.
-
RESIZE_BOUNDS_COLOR_2_HOVER
public static final AttributeKey<java.awt.Color> RESIZE_BOUNDS_COLOR_2_HOVER
Resize bounds hover stroke color 2.
-
RESIZE_BOUNDS_STROKE_1_HOVER
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_1_HOVER
Resize bounds hover stroke 1.
-
RESIZE_BOUNDS_STROKE_2_HOVER
public static final AttributeKey<java.awt.Stroke> RESIZE_BOUNDS_STROKE_2_HOVER
Resize bounds hover stroke 2.
-
TRANSFORM_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> TRANSFORM_HANDLE_STROKE_COLOR
Transform handle stroke color.
-
TRANSFORM_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> TRANSFORM_HANDLE_FILL_COLOR
Transform handle fill color.
-
TRANSFORM_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> TRANSFORM_HANDLE_STROKE_COLOR_DISABLED
Transform handle stroke color.
-
TRANSFORM_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> TRANSFORM_HANDLE_FILL_COLOR_DISABLED
Transform handle fill color.
-
TRANSFORM_BOUNDS_COLOR_1
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_1
Transform bounds color 1.
-
TRANSFORM_BOUNDS_COLOR_2
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_2
Transform bounds color 2.
-
TRANSFORM_BOUNDS_STROKE_1
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_1
Transform bounds stroke 1.
-
TRANSFORM_BOUNDS_STROKE_2
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_2
Transform bounds stroke 2.
-
TRANSFORM_BOUNDS_COLOR_1_HOVER
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_1_HOVER
Transform bounds hover color 1.
-
TRANSFORM_BOUNDS_COLOR_2_HOVER
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_2_HOVER
Transform bounds hover color 2.
-
TRANSFORM_BOUNDS_STROKE_1_HOVER
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_1_HOVER
Transform bounds hover stroke 1.
-
TRANSFORM_BOUNDS_STROKE_2_HOVER
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_2_HOVER
Transform bounds hover stroke 2.
-
TRANSFORM_BOUNDS_COLOR_1_DISABLED
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_1_DISABLED
Transform bounds disabled color 1.
-
TRANSFORM_BOUNDS_COLOR_2_DISABLED
public static final AttributeKey<java.awt.Color> TRANSFORM_BOUNDS_COLOR_2_DISABLED
Transform bounds disabled color 2.
-
TRANSFORM_BOUNDS_STROKE_1_DISABLED
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_1_DISABLED
Transform bounds disabled stroke 1.
-
TRANSFORM_BOUNDS_STROKE_2_DISABLED
public static final AttributeKey<java.awt.Stroke> TRANSFORM_BOUNDS_STROKE_2_DISABLED
Transform bounds disabled stroke 2.
-
GROUP_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> GROUP_HANDLE_STROKE_COLOR
Group handle stroke color.
-
GROUP_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> GROUP_HANDLE_FILL_COLOR
Group handle fill color.
-
GROUP_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> GROUP_HANDLE_STROKE_COLOR_DISABLED
Group handle stroke color.
-
GROUP_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> GROUP_HANDLE_FILL_COLOR_DISABLED
Group handle fill color.
-
GROUP_BOUNDS_COLOR_1
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_1
Group bounds color 1.
-
GROUP_BOUNDS_COLOR_2
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_2
Group bounds color 2.
-
GROUP_BOUNDS_STROKE_1
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_1
Group bounds stroke 1.
-
GROUP_BOUNDS_STROKE_2
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_2
Group bounds stroke 2.
-
GROUP_BOUNDS_COLOR_1_HOVER
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_1_HOVER
Group bounds hover color 1.
-
GROUP_BOUNDS_COLOR_2_HOVER
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_2_HOVER
Group bounds hover color 2.
-
GROUP_BOUNDS_STROKE_1_HOVER
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_1_HOVER
Group bounds hover stroke 1.
-
GROUP_BOUNDS_STROKE_2_HOVER
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_2_HOVER
Group bounds hover stroke 2.
-
GROUP_BOUNDS_COLOR_1_DISABLED
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_1_DISABLED
Group bounds disabled color 1.
-
GROUP_BOUNDS_COLOR_2_DISABLED
public static final AttributeKey<java.awt.Color> GROUP_BOUNDS_COLOR_2_DISABLED
Group bounds disabled color 2.
-
GROUP_BOUNDS_STROKE_1_DISABLED
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_1_DISABLED
Group bounds disabled stroke 1.
-
GROUP_BOUNDS_STROKE_2_DISABLED
public static final AttributeKey<java.awt.Stroke> GROUP_BOUNDS_STROKE_2_DISABLED
Group bounds disabled stroke 2.
-
CONNECTED_CONNECTION_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> CONNECTED_CONNECTION_HANDLE_STROKE_COLOR
Handle stroke color.
-
CONNECTED_CONNECTION_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> CONNECTED_CONNECTION_HANDLE_FILL_COLOR
Handle fill color.
-
DISCONNECTED_CONNECTION_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> DISCONNECTED_CONNECTION_HANDLE_STROKE_COLOR
Handle stroke color.
-
DISCONNECTED_CONNECTION_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> DISCONNECTED_CONNECTION_HANDLE_FILL_COLOR
Handle fill color.
-
CONNECTED_CONNECTOR_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> CONNECTED_CONNECTOR_HANDLE_STROKE_COLOR
Handle stroke color.
-
CONNECTED_CONNECTOR_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> CONNECTED_CONNECTOR_HANDLE_FILL_COLOR
Handle fill color.
-
DISCONNECTED_CONNECTOR_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> DISCONNECTED_CONNECTOR_HANDLE_STROKE_COLOR
Handle stroke color.
-
DISCONNECTED_CONNECTOR_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> DISCONNECTED_CONNECTOR_HANDLE_FILL_COLOR
Handle fill color.
-
MOVE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> MOVE_HANDLE_STROKE_COLOR
Handle stroke color.
-
MOVE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> MOVE_HANDLE_FILL_COLOR
Handle fill color.
-
NULL_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> NULL_HANDLE_STROKE_COLOR
Handle stroke color.
-
NULL_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> NULL_HANDLE_FILL_COLOR
Handle fill color.
-
OVERFLOW_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> OVERFLOW_HANDLE_STROKE_COLOR
Handle stroke color.
-
OVERFLOW_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> OVERFLOW_HANDLE_FILL_COLOR
Handle fill color.
-
ATTRIBUTE_HANDLE_STROKE_COLOR
public static final AttributeKey<java.awt.Color> ATTRIBUTE_HANDLE_STROKE_COLOR
Attribute handle stroke color.
-
ATTRIBUTE_HANDLE_FILL_COLOR
public static final AttributeKey<java.awt.Color> ATTRIBUTE_HANDLE_FILL_COLOR
Attribute handle fill color.
-
ATTRIBUTE_HANDLE_STROKE_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> ATTRIBUTE_HANDLE_STROKE_COLOR_DISABLED
Attribute handle stroke color.
-
ATTRIBUTE_HANDLE_FILL_COLOR_DISABLED
public static final AttributeKey<java.awt.Color> ATTRIBUTE_HANDLE_FILL_COLOR_DISABLED
Attribute handle fill color.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG