Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Enum CommandId

java.lang.Object
  extended by java.lang.Enum<CommandId>
      extended by com.softwarefx.chartfx.server.CommandId
All Implemented Interfaces:
Serializable, Comparable<CommandId>

public enum CommandId
extends Enum<CommandId>

Command ID enumerations.


Enum Constant Summary
ABOUT
          About command.
ANTIALIASING
          Anti-aliasing command.
APPLY
          Apply command.
AREA
          Area gallery command.
AXES_3DFRAME
          Axes3DFrame axis style command.
AXES_FLAT_FRAME
          AxesFlatFrame axis style command.
AXES_MATH
          AxesMath axis style command.
AXES_NONE
          None axis style command.
AXES_OPTIONS_DIALOG
          Axes options dialog command.
AXES_SETTINGS
          Axes Settings command.
AXES_XAXIS_TITLE
          AxesX Axis Title command.
AXES_YAXIS_TITLE
          AxesY Axis Title command.
AXIS_2LEVELS
          Axis 2 Levels command.
AXIS_GRID
          Axis Grid command.
AXIS_INTERLACED
          Axis Interlaced command.
AXIS_SHOW_LABELS
          Axis Show Labels command.
AXIS_VERTICAL
          Axis Vertical command.
AXIS_VISIBLE
          Axis Visible command.
AXIS_X2LEVELS
          AxisX 2 Levels command.
AXIS_XGRID
          AxisX Grid command.
AXIS_XINTERLACED
          AxisX Interlaced command.
AXIS_XSHOW_LABELS
          AxisX ShowLabels command.
AXIS_XVERTICAL
          AxisX Vertical command.
AXIS_XVISIBLE
          AxisX Visible command.
BAR
          Bar gallery command.
BRING_SERIES_TO_FRONT
          Bring Series to Front command.
BUBBLE
          Bubble gallery command.
CANDLESTICK
          Candlestick gallery command.
CLUSTER
          Cluster command.
COLOR
          Color command.
COLOR_COMBO
          Color Combo selector command.
COLOR_SELECTOR
          Color selector command.
COMPACT
          Data Compact command.
COMPACT_DAY
          Day Data Compact command.
COMPACT_MONTH
          Month Data Compact command.
COMPACT_NONE
          None Data Compact command.
COMPACT_QUARTER
          Quarter Data Compact command.
COMPACT_WEEK
          Week Data Compact command.
COMPACT_YEAR
          Year Data Compact command.
CONTEXT_MENU_AXIS
          Axis context menu id.
CONTEXT_MENU_AXIS_SECTION
          AxisSection context menu id.
CONTEXT_MENU_BACK
          Background context menu id.
CONTEXT_MENU_BAR
          Toolbar context menu id.
CONTEXT_MENU_CUSTOM_GRID_LINE
          CustomGridLine context menu id.
CONTEXT_MENU_SERIES
          Series context menu id.
CONTEXT_MENU_TITLE
          Title context menu id.
CONTEXT_MENU_TOOL
          Chart Tools context menu id.
CONTOUR
          Contour gallery command.
CUBE
          Cube gallery command.
CURVE
          Curve gallery command.
CURVE_AREA
          CurveArea gallery command.
DATA_GRID
          Data Grid command.
DOUGHNUT
          Doughnut gallery command.
EDIT_TITLE
          Edit Title command.
EXPORT_BITMAP
          Export to bitmap command.
EXPORT_CLIPBOARD
          Export to Clipboard command.
EXPORT_DATA
          Export data as text command.
EXPORT_FILE
          Export file command.
EXPORT_METAFILE
          Export to metafile command.
FILE
          File menu command.
FILL_MODE_GRADIENT
          Gradient file mode command.
FILL_MODE_MONOCHROME
          Monochrome file mode command.
FILL_MODE_PATTERN
          Pattern file mode command.
FILL_MODE_SOLID
          Solid file mode command.
FIRST_PREDEFINED
          First Predefined command.
FONT
          Font Dialog command.
GALLERY
          Gallery command.
GANTT
          Gantt gallery command.
HELP
          Help meun command.
HELP_CONTENTS
          Help Contents command.
HELP_SEARCH
          Help Search command.
HIGH_LOW_CLOSE
          HighLowClose gallery command.
IMPORT_FILE
          Import file command.
LAST_PREDEFINED
          Last Predefined command.
LEGEND_BOX
          LegendBox command.
LINE
          Line gallery command.
LOAD_PERSONALIZED
          Load Personalization command.
MENU_BAR
          MenuBar command.
NONE
          None.
OPEN_HIGH_LOW_CLOSE
          OpenHighLowClose gallery command.
OPTIONS
          Options Dialog command.
PAGE_SETUP
          Page Setup Dialog command.
PALETTE_SELECTOR
          Palette Selector command.
PARETO
          Pareto gallery command.
PERSONALIZED_OPTIONS
          Personalization options command.
PIE
          Pie gallery command.
POINT_LABELS
          PointLabel command.
PRINT
          Print command.
PRINT_DIALOG
          Print Dialog command.
PRINT_PREVIEW
          Print Preview command.
PYRAMID
          Pyramid gallery command.
RADAR
          Radar gallery command.
RESTORE_DEFAULTS
          Restore Defaults Personalization command.
RESTRICTED_GALLERY
          Restricted Gallery command.
ROTATE
          Rotate command.
ROTATE_X
          Rotate X command.
ROTATE_Y
          Rotate Y command.
SAVE_PERSONALIZED
          Save Personalization command.
SCATTER
          Scatter gallery command.
SCROLL_BACK
          Scroll Back command.
SCROLL_BACK_PAGE
          Scroll Back page command.
SCROLL_FORWARD
          Scroll Forward command.
SCROLL_FORWARD_PAGE
          Scroll Forward page command.
SEND_SERIES_TO_BACK
          Bring Series to Back command.
SEPARATOR
          Icon used to separate commands.
SHOW_3D
          Show 3D command.
SHOW_TEXT
          Show Text command.
STACKED
          Stacked normal command.
STACKED_100
          Stacked 100% command.
STACKED_NO
          Not staked command.
STACKED_SELECTOR
          Stacked Selector command.
STEP
          Step gallery command.
SURFACE
          Surface gallery command.
TEXT_COLOR
          TextColor command.
TOOL_BAR
          ToolBar command.
TOOL_BARS
          Toolbars command.
TOOL_BOTTOM
          Tool Bottom Alignment command.
TOOL_LEFT
          Tool Left Alignment command.
TOOL_RIGHT
          Tool Right Alignment command.
TOOL_TOP
          Tool Top Alignment command.
TOOLS
          Tools command.
VIEW
          View menu command.
VIEW_3D
          View 3D command.
ZOOM
          Zoom command.
ZOOM_100
          Zoom 100 command.
ZOOM_150
          Zoom 150 command.
ZOOM_200
          Zoom 200 command.
ZOOM_400
          Zoom 400 command.
ZOOM_MENU
          Zoom Menu command.
 
Method Summary
static EnumSet<CommandId> getEnumSetValue(int value)
          Returns a EnumSet that represents the given numeric value.
static CommandId getEnumValue(int value)
          Returns a Enum Item that represents the given numeric value.
static int getUnderlyingValue(CommandId value)
          Returns a numeric value that represents the given EnumSet or Enum item.
static int getUnderlyingValue(EnumSet<CommandId> value)
          Returns a numeric value that represents the given EnumSet or Enum item.
static CommandId valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandId[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NONE

public static final CommandId NONE
None.


FIRST_PREDEFINED

public static final CommandId FIRST_PREDEFINED
First Predefined command. Should not create any custom commands with CommandID value between CommandID.FirstPredefined and CommandID.LastPredefined.


LAST_PREDEFINED

public static final CommandId LAST_PREDEFINED
Last Predefined command. Should not create any custom commands with CommandID value between CommandID.FirstPredefined and CommandID.LastPredefined.


IMPORT_FILE

public static final CommandId IMPORT_FILE
Import file command.


EXPORT_FILE

public static final CommandId EXPORT_FILE
Export file command.


PRINT

public static final CommandId PRINT
Print command.


PRINT_DIALOG

public static final CommandId PRINT_DIALOG
Print Dialog command.


PAGE_SETUP

public static final CommandId PAGE_SETUP
Page Setup Dialog command.


SHOW_3D

public static final CommandId SHOW_3D
Show 3D command.


ROTATE

public static final CommandId ROTATE
Rotate command.


CLUSTER

public static final CommandId CLUSTER
Cluster command.


ZOOM

public static final CommandId ZOOM
Zoom command.


OPTIONS

public static final CommandId OPTIONS
Options Dialog command.


EDIT_TITLE

public static final CommandId EDIT_TITLE
Edit Title command.


HELP_SEARCH

public static final CommandId HELP_SEARCH
Help Search command.


ABOUT

public static final CommandId ABOUT
About command.


DATA_GRID

public static final CommandId DATA_GRID
Data Grid command.


TOOL_BAR

public static final CommandId TOOL_BAR
ToolBar command.


MENU_BAR

public static final CommandId MENU_BAR
MenuBar command.


LEGEND_BOX

public static final CommandId LEGEND_BOX
LegendBox command.


EXPORT_CLIPBOARD

public static final CommandId EXPORT_CLIPBOARD
Export to Clipboard command.


TOOLS

public static final CommandId TOOLS
Tools command.


COLOR_COMBO

public static final CommandId COLOR_COMBO
Color Combo selector command.


SEPARATOR

public static final CommandId SEPARATOR
Icon used to separate commands.


EXPORT_BITMAP

public static final CommandId EXPORT_BITMAP
Export to bitmap command.


EXPORT_METAFILE

public static final CommandId EXPORT_METAFILE
Export to metafile command.


EXPORT_DATA

public static final CommandId EXPORT_DATA
Export data as text command.


HELP_CONTENTS

public static final CommandId HELP_CONTENTS
Help Contents command.


FONT

public static final CommandId FONT
Font Dialog command.


POINT_LABELS

public static final CommandId POINT_LABELS
PointLabel command.


GALLERY

public static final CommandId GALLERY
Gallery command.


COLOR

public static final CommandId COLOR
Color command.


TEXT_COLOR

public static final CommandId TEXT_COLOR
TextColor command.


FILE

public static final CommandId FILE
File menu command.


VIEW

public static final CommandId VIEW
View menu command.


HELP

public static final CommandId HELP
Help meun command.


CONTEXT_MENU_SERIES

public static final CommandId CONTEXT_MENU_SERIES
Series context menu id.


CONTEXT_MENU_BACK

public static final CommandId CONTEXT_MENU_BACK
Background context menu id.


CONTEXT_MENU_AXIS

public static final CommandId CONTEXT_MENU_AXIS
Axis context menu id.


CONTEXT_MENU_TITLE

public static final CommandId CONTEXT_MENU_TITLE
Title context menu id.


CONTEXT_MENU_BAR

public static final CommandId CONTEXT_MENU_BAR
Toolbar context menu id.


TOOL_BARS

public static final CommandId TOOL_BARS
Toolbars command.


CONTEXT_MENU_CUSTOM_GRID_LINE

public static final CommandId CONTEXT_MENU_CUSTOM_GRID_LINE
CustomGridLine context menu id.


CONTEXT_MENU_AXIS_SECTION

public static final CommandId CONTEXT_MENU_AXIS_SECTION
AxisSection context menu id.


LINE

public static final CommandId LINE
Line gallery command.


BAR

public static final CommandId BAR
Bar gallery command.


AREA

public static final CommandId AREA
Area gallery command.


SCATTER

public static final CommandId SCATTER
Scatter gallery command.


PIE

public static final CommandId PIE
Pie gallery command.


CURVE

public static final CommandId CURVE
Curve gallery command.


PARETO

public static final CommandId PARETO
Pareto gallery command.


STEP

public static final CommandId STEP
Step gallery command.


HIGH_LOW_CLOSE

public static final CommandId HIGH_LOW_CLOSE
HighLowClose gallery command.


SURFACE

public static final CommandId SURFACE
Surface gallery command.


RADAR

public static final CommandId RADAR
Radar gallery command.


CUBE

public static final CommandId CUBE
Cube gallery command.


DOUGHNUT

public static final CommandId DOUGHNUT
Doughnut gallery command.


PYRAMID

public static final CommandId PYRAMID
Pyramid gallery command.


BUBBLE

public static final CommandId BUBBLE
Bubble gallery command.


OPEN_HIGH_LOW_CLOSE

public static final CommandId OPEN_HIGH_LOW_CLOSE
OpenHighLowClose gallery command.


CANDLESTICK

public static final CommandId CANDLESTICK
Candlestick gallery command.


CONTOUR

public static final CommandId CONTOUR
Contour gallery command.


CURVE_AREA

public static final CommandId CURVE_AREA
CurveArea gallery command.


GANTT

public static final CommandId GANTT
Gantt gallery command.


STACKED_NO

public static final CommandId STACKED_NO
Not staked command.


STACKED

public static final CommandId STACKED
Stacked normal command.


STACKED_100

public static final CommandId STACKED_100
Stacked 100% command.


AXES_NONE

public static final CommandId AXES_NONE
None axis style command.


AXES_3DFRAME

public static final CommandId AXES_3DFRAME
Axes3DFrame axis style command.


AXES_MATH

public static final CommandId AXES_MATH
AxesMath axis style command.


AXES_FLAT_FRAME

public static final CommandId AXES_FLAT_FRAME
AxesFlatFrame axis style command.


FILL_MODE_SOLID

public static final CommandId FILL_MODE_SOLID
Solid file mode command.


FILL_MODE_MONOCHROME

public static final CommandId FILL_MODE_MONOCHROME
Monochrome file mode command.


FILL_MODE_PATTERN

public static final CommandId FILL_MODE_PATTERN
Pattern file mode command.


FILL_MODE_GRADIENT

public static final CommandId FILL_MODE_GRADIENT
Gradient file mode command.


COLOR_SELECTOR

public static final CommandId COLOR_SELECTOR
Color selector command.


PERSONALIZED_OPTIONS

public static final CommandId PERSONALIZED_OPTIONS
Personalization options command.


LOAD_PERSONALIZED

public static final CommandId LOAD_PERSONALIZED
Load Personalization command.


SAVE_PERSONALIZED

public static final CommandId SAVE_PERSONALIZED
Save Personalization command.


RESTORE_DEFAULTS

public static final CommandId RESTORE_DEFAULTS
Restore Defaults Personalization command.


ANTIALIASING

public static final CommandId ANTIALIASING
Anti-aliasing command.


PALETTE_SELECTOR

public static final CommandId PALETTE_SELECTOR
Palette Selector command.


ROTATE_Y

public static final CommandId ROTATE_Y
Rotate Y command.


ROTATE_X

public static final CommandId ROTATE_X
Rotate X command.


VIEW_3D

public static final CommandId VIEW_3D
View 3D command.


AXES_SETTINGS

public static final CommandId AXES_SETTINGS
Axes Settings command.


AXIS_GRID

public static final CommandId AXIS_GRID
Axis Grid command.


AXIS_INTERLACED

public static final CommandId AXIS_INTERLACED
Axis Interlaced command.


AXIS_VISIBLE

public static final CommandId AXIS_VISIBLE
Axis Visible command.


AXIS_SHOW_LABELS

public static final CommandId AXIS_SHOW_LABELS
Axis Show Labels command.


AXIS_VERTICAL

public static final CommandId AXIS_VERTICAL
Axis Vertical command.


AXIS_2LEVELS

public static final CommandId AXIS_2LEVELS
Axis 2 Levels command.


AXIS_XGRID

public static final CommandId AXIS_XGRID
AxisX Grid command.


AXIS_XINTERLACED

public static final CommandId AXIS_XINTERLACED
AxisX Interlaced command.


AXIS_XVISIBLE

public static final CommandId AXIS_XVISIBLE
AxisX Visible command.


AXIS_XSHOW_LABELS

public static final CommandId AXIS_XSHOW_LABELS
AxisX ShowLabels command.


AXIS_XVERTICAL

public static final CommandId AXIS_XVERTICAL
AxisX Vertical command.


AXIS_X2LEVELS

public static final CommandId AXIS_X2LEVELS
AxisX 2 Levels command.


AXES_OPTIONS_DIALOG

public static final CommandId AXES_OPTIONS_DIALOG
Axes options dialog command.


RESTRICTED_GALLERY

public static final CommandId RESTRICTED_GALLERY
Restricted Gallery command.


AXES_YAXIS_TITLE

public static final CommandId AXES_YAXIS_TITLE
AxesY Axis Title command.


AXES_XAXIS_TITLE

public static final CommandId AXES_XAXIS_TITLE
AxesX Axis Title command.


CONTEXT_MENU_TOOL

public static final CommandId CONTEXT_MENU_TOOL
Chart Tools context menu id.


TOOL_LEFT

public static final CommandId TOOL_LEFT
Tool Left Alignment command.


TOOL_TOP

public static final CommandId TOOL_TOP
Tool Top Alignment command.


TOOL_RIGHT

public static final CommandId TOOL_RIGHT
Tool Right Alignment command.


TOOL_BOTTOM

public static final CommandId TOOL_BOTTOM
Tool Bottom Alignment command.


PRINT_PREVIEW

public static final CommandId PRINT_PREVIEW
Print Preview command.


SHOW_TEXT

public static final CommandId SHOW_TEXT
Show Text command.


BRING_SERIES_TO_FRONT

public static final CommandId BRING_SERIES_TO_FRONT
Bring Series to Front command.


SEND_SERIES_TO_BACK

public static final CommandId SEND_SERIES_TO_BACK
Bring Series to Back command.


STACKED_SELECTOR

public static final CommandId STACKED_SELECTOR
Stacked Selector command.


SCROLL_FORWARD

public static final CommandId SCROLL_FORWARD
Scroll Forward command.


SCROLL_BACK

public static final CommandId SCROLL_BACK
Scroll Back command.


SCROLL_FORWARD_PAGE

public static final CommandId SCROLL_FORWARD_PAGE
Scroll Forward page command.


SCROLL_BACK_PAGE

public static final CommandId SCROLL_BACK_PAGE
Scroll Back page command.


ZOOM_MENU

public static final CommandId ZOOM_MENU
Zoom Menu command.


ZOOM_100

public static final CommandId ZOOM_100
Zoom 100 command.


ZOOM_150

public static final CommandId ZOOM_150
Zoom 150 command.


ZOOM_200

public static final CommandId ZOOM_200
Zoom 200 command.


ZOOM_400

public static final CommandId ZOOM_400
Zoom 400 command.


COMPACT

public static final CommandId COMPACT
Data Compact command.


COMPACT_NONE

public static final CommandId COMPACT_NONE
None Data Compact command.


COMPACT_DAY

public static final CommandId COMPACT_DAY
Day Data Compact command.


COMPACT_WEEK

public static final CommandId COMPACT_WEEK
Week Data Compact command.


COMPACT_MONTH

public static final CommandId COMPACT_MONTH
Month Data Compact command.


COMPACT_QUARTER

public static final CommandId COMPACT_QUARTER
Quarter Data Compact command.


COMPACT_YEAR

public static final CommandId COMPACT_YEAR
Year Data Compact command.


APPLY

public static final CommandId APPLY
Apply command.

Method Detail

values

public static CommandId[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CommandId c : CommandId.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CommandId valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getEnumSetValue

public static EnumSet<CommandId> getEnumSetValue(int value)

Returns a EnumSet that represents the given numeric value.

Parameters:
value - numeric representation of the Enumset.

getEnumValue

public static CommandId getEnumValue(int value)

Returns a Enum Item that represents the given numeric value.

Parameters:
value - numeric representation of the Enum item.

getUnderlyingValue

public static int getUnderlyingValue(CommandId value)

Returns a numeric value that represents the given EnumSet or Enum item.

Parameters:
value - A Enum Item or EnumSet.

getUnderlyingValue

public static int getUnderlyingValue(EnumSet<CommandId> value)

Returns a numeric value that represents the given EnumSet or Enum item.

Parameters:
value - A Enum Item or EnumSet.

http://www.softwarefx.com

2008 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.