|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FileContents>
com.softwarefx.chartfx.server.FileContents
public enum FileContents
FileContents (FileContent, TemplateContents properties)
Enum Constant Summary | |
---|---|
ALL
Save all chart settings (all of the above) in the chart file. |
|
AXIS_SECTIONS
Save AxisSection settings in the chart file. |
|
COLORS_AND_STYLES
Save color and style settings in the chart file. |
|
CUSTOM_GRIDLINES
Save CustomGridlines settings in the chart file. |
|
DATA
Save numeric data in the chart file. |
|
DATA_BIND
Save all current data with the chart file. |
|
DEFAULT
Default elements stored in 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. |
|
PICTURES
Save image information in the chart file. |
|
PRINTER_INFO
Save printer settings in the chart file. |
|
REUSE_EXTENSIONS
Saves configuration information in the chart file so that it may be reused with new data values. |
|
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. |
|
TEMPLATE
Save as a Chart Template (No Data). |
|
TEXT
Save Text in the file. |
|
TITLES
Save titles in the chart file. |
|
TITLES_TEXT
Saves the text set for title elements |
Method Summary | |
---|---|
static EnumSet<FileContents> |
getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value. |
static FileContents |
getEnumValue(int value)
Returns a Enum Item that represents the given numeric value. |
static int |
getUnderlyingValue(EnumSet<FileContents> value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static int |
getUnderlyingValue(FileContents value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static FileContents |
valueOf(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. |
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 |
---|
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 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 ALL
public static final FileContents REUSE_EXTENSIONS
public static final FileContents TITLES_TEXT
public static final FileContents TEMPLATE
public static final FileContents DEFAULT
Method Detail |
---|
public static FileContents[] values()
for (FileContents c : FileContents.values()) System.out.println(c);
public static FileContents valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static EnumSet<FileContents> getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value.
value
- numeric representation of the Enumset.public static FileContents getEnumValue(int value)
Returns a Enum Item that represents the given numeric value.
value
- numeric representation of the Enum item.public static int getUnderlyingValue(FileContents value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.public static int getUnderlyingValue(EnumSet<FileContents> value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |