public enum AnnCommandID extends java.lang.Enum<AnnCommandID>
Enum Constant and Description |
---|
ATTACH
Displays Attach Menu.
|
ATTACH_CENTER
Defines attachment method as Center.
|
ATTACH_ELASTIC
Defines attachment method as Elastic.
|
BORDER_COLOR
Allows user to define Border Color for an annotation object.
|
BORDER_STYLE
Allows user to define border style for an annotation object.
|
BRING_TO_FRONT
Bring annotation object to front.
|
CHANGE_FONT
Allows user to change the font of an annotation object.
|
COPY
Copy.
|
CUT
Cut.
|
DELETE
Deletes annotation object.
|
DETACH
Detaches selected annotation.
|
FILL_COLOR
Allows user to define Fill Color for an annotation object.
|
FIRST_COMMAND
When selecting the ID for a custom command, check First Command (ID) as well as Last Command (ID) and select an ID outside of this range.
|
FLIP_HORIZONTAL
Flips selected annotation horizontally.
|
FLIP_VERTICAL
Flips selected annotation vertically.
|
GROUP
Group selected annotation objects.
|
LAST_COMMAND
When selecting the ID for a custom command, check First Command as well as Last Command and select an ID outside of this range.
|
LOAD_PICTURE
Loads the picture for an annotation image.
|
LOCK
Locks annotation object.
|
NEW_ARC
Creates new Arc Annotation.
|
NEW_ARROW
Creates new Arrow Annotation.
|
NEW_BALLOON
Creates new Balloon Annotation.
|
NEW_CIRCLE
Creates new Circle Annotation.
|
NEW_PICTURE
Creates new Picture Annotation.
|
NEW_POLYGON
Creates new Polygon Annotation.
|
NEW_RECTANGLE
Creates new Rectangle Annotation.
|
NEW_TEXT
Creates new Text Annotation.
|
OBJECT
Displays Object Menu.
|
PASTE
Paste.
|
RESERVED
Reserved.
|
ROTATE_LEFT
Rotates selected annotation to the left.
|
ROTATE_RIGHT
Rotates selected annotation to the right.
|
SELECTOR
Selector arrow.
|
SEND_TO_BACK
Send annotation object to back.
|
UNGROUP
Ungroup selected annotation objects.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.annotation.AnnCommandID.
|
static AnnCommandID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnCommandID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnCommandID FIRST_COMMAND
public static final AnnCommandID RESERVED
public static final AnnCommandID LAST_COMMAND
public static final AnnCommandID SELECTOR
public static final AnnCommandID NEW_RECTANGLE
public static final AnnCommandID NEW_CIRCLE
public static final AnnCommandID NEW_ARROW
public static final AnnCommandID NEW_ARC
public static final AnnCommandID NEW_PICTURE
public static final AnnCommandID NEW_TEXT
public static final AnnCommandID NEW_BALLOON
public static final AnnCommandID NEW_POLYGON
public static final AnnCommandID FILL_COLOR
public static final AnnCommandID BORDER_COLOR
public static final AnnCommandID CUT
public static final AnnCommandID COPY
public static final AnnCommandID PASTE
public static final AnnCommandID BRING_TO_FRONT
public static final AnnCommandID SEND_TO_BACK
public static final AnnCommandID GROUP
public static final AnnCommandID UNGROUP
public static final AnnCommandID FLIP_VERTICAL
public static final AnnCommandID FLIP_HORIZONTAL
public static final AnnCommandID ROTATE_RIGHT
public static final AnnCommandID ROTATE_LEFT
public static final AnnCommandID ATTACH
public static final AnnCommandID DETACH
public static final AnnCommandID ATTACH_CENTER
public static final AnnCommandID ATTACH_ELASTIC
public static final AnnCommandID LOCK
public static final AnnCommandID DELETE
public static final AnnCommandID OBJECT
public static final AnnCommandID BORDER_STYLE
public static final AnnCommandID CHANGE_FONT
public static final AnnCommandID LOAD_PICTURE
public static AnnCommandID[] values()
for (AnnCommandID c : AnnCommandID.values()) System.out.println(c);
public static AnnCommandID valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.annotation.AnnCommandID.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.