public enum FileContents extends java.lang.Enum<FileContents>
Enum Constant and Description |
---|
AXIS_SECTIONS
Save AxisSection settings in the chart file.
|
COLORS_AND_STYLES
Save color and style settings in the chart file.
|
COMMANDS
Description goes here
|
CUSTOM_GRIDLINES
Save CustomGridlines settings in the chart file.
|
DATA
Save numeric data in the chart file.
|
DATA_ANALYSIS_VIEWS
Description goes here
|
DATA_BIND
Save all current data with the chart file.
|
DOCKABLE_BARS
Save DockableBars in the chart file.
|
EXTENSIONS
Save active extensions and their settings in the chart file.
|
FONTS
Save font settings in the chart file.
|
GENERAL
Save chart type and general effects in the chart file.
|
INTERNET
Saves domain information about the chart's parent website.
|
LICENSE
Saves license information in the chart file.
|
PER_POINT_ATTRIBUTES
Save PointAttributes in the chart file.
|
PERSONALIZATION
Description goes here
|
PICTURES
Save image information in the chart file.
|
PRINTER_INFO
Save printer settings in the chart file.
|
SCALE
Save axes scale in the chart file.
|
SCROLL_ZOOM_INFO
Saves ScrollView/Zoom settings in the chart file.
|
SERIES_ATTRIBUTES
Save SeriesAttributes in the chart file.
|
TEXT
Save Text in the file.
|
TITLES
Save titles in the chart file.
|
TITLES_TEXT
Saves the text set for title elements
|
UNDO_STACK
Description goes here
|
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<FileContents> |
ALL
Save all chart settings (all of the above) in the chart file.
|
java.util.EnumSet<FileContents> |
DEFAULT
Default elements stored in the chart file.
|
java.util.EnumSet<FileContents> |
TEMPLATE
Save as a Chart Template (No Data).
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.FileContents.
|
static int |
getUnderlyingValue(java.util.EnumSet<FileContents> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.FileContents.
|
static FileContents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileContents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileContents GENERAL
public static final FileContents FONTS
public static final FileContents SCALE
public static final FileContents TITLES
public static final FileContents COLORS_AND_STYLES
public static final FileContents SERIES_ATTRIBUTES
public static final FileContents PER_POINT_ATTRIBUTES
public static final FileContents TEXT
public static final FileContents COMMANDS
public static final FileContents DATA
public static final FileContents DOCKABLE_BARS
public static final FileContents EXTENSIONS
public static final FileContents PRINTER_INFO
public static final FileContents PICTURES
public static final FileContents AXIS_SECTIONS
public static final FileContents CUSTOM_GRIDLINES
public static final FileContents LICENSE
public static final FileContents INTERNET
public static final FileContents SCROLL_ZOOM_INFO
public static final FileContents DATA_BIND
public static final FileContents TITLES_TEXT
public static final FileContents DATA_ANALYSIS_VIEWS
public static final FileContents UNDO_STACK
public static final FileContents PERSONALIZATION
public java.util.EnumSet<FileContents> ALL
public java.util.EnumSet<FileContents> DEFAULT
public java.util.EnumSet<FileContents> TEMPLATE
public static FileContents[] values()
for (FileContents c : FileContents.values()) System.out.println(c);
public static FileContents 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.FileContents.
public static int getUnderlyingValue(java.util.EnumSet<FileContents> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.FileContents.
value
- A Enum Item.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.