|
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<Gallery>
com.softwarefx.chartfx.server.Gallery
public enum Gallery
Gallery types
Enum Constant Summary | |
---|---|
AREA
|
|
BAR
|
|
BUBBLE
|
|
CANDLESTICK
|
|
CONTOUR
|
|
CUBE
|
|
CURVE
|
|
CURVE_AREA
|
|
DOUGHNUT
|
|
E29952
|
|
E29953
|
|
E29954
|
|
E29955
|
|
E29956
|
|
E29957
|
|
E29958
|
|
E29959
|
|
E29960
|
|
E29961
|
|
E29962
|
|
E29963
|
|
E29964
|
|
E29965
|
|
E29966
|
|
E29967
|
|
E29968
|
|
E29969
|
|
E29970
|
|
GANTT
|
|
HIGH_LOW_CLOSE
|
|
LINES
|
|
NONE
None |
|
OPEN_HIGH_LOW_CLOSE
|
|
PARETO
|
|
PIE
|
|
POLAR
|
|
PYRAMID
|
|
RADAR
|
|
SCATTER
|
|
STEP
|
|
SURFACE
|
Method Summary | |
---|---|
static EnumSet<Gallery> |
getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value. |
static Gallery |
getEnumValue(int value)
Returns a Enum Item that represents the given numeric value. |
static int |
getUnderlyingValue(EnumSet<Gallery> value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static int |
getUnderlyingValue(Gallery value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static Gallery |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Gallery[] |
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 Gallery NONE
public static final Gallery LINES
public static final Gallery BAR
public static final Gallery AREA
public static final Gallery SCATTER
public static final Gallery PIE
public static final Gallery STEP
public static final Gallery HIGH_LOW_CLOSE
public static final Gallery RADAR
public static final Gallery POLAR
public static final Gallery CUBE
public static final Gallery BUBBLE
public static final Gallery OPEN_HIGH_LOW_CLOSE
public static final Gallery CANDLESTICK
public static final Gallery GANTT
public static final Gallery CURVE
public static final Gallery PARETO
public static final Gallery SURFACE
public static final Gallery DOUGHNUT
public static final Gallery PYRAMID
public static final Gallery CONTOUR
public static final Gallery CURVE_AREA
public static final Gallery E29952
public static final Gallery E29953
public static final Gallery E29954
public static final Gallery E29955
public static final Gallery E29956
public static final Gallery E29957
public static final Gallery E29958
public static final Gallery E29959
public static final Gallery E29960
public static final Gallery E29961
public static final Gallery E29962
public static final Gallery E29963
public static final Gallery E29964
public static final Gallery E29965
public static final Gallery E29966
public static final Gallery E29967
public static final Gallery E29968
public static final Gallery E29969
public static final Gallery E29970
Method Detail |
---|
public static Gallery[] values()
for (Gallery c : Gallery.values()) System.out.println(c);
public static Gallery 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<Gallery> getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value.
value
- numeric representation of the Enumset.public static Gallery getEnumValue(int value)
Returns a Enum Item that represents the given numeric value.
value
- numeric representation of the Enum item.public static int getUnderlyingValue(Gallery value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.public static int getUnderlyingValue(EnumSet<Gallery> 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 |