public static enum Galleries.Gallery extends java.lang.Enum<Galleries.Gallery>
Enum Constant and Description |
---|
BOX_PLOT |
FREQUENCY_POLYGON |
HISTOGRAM |
NONE |
NPCHART |
OGIVE |
PCHART |
RCHART |
REGRESSION |
XCHART |
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.statistical.Galleries.Gallery.
|
static Galleries.Gallery |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Galleries.Gallery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Galleries.Gallery NONE
public static final Galleries.Gallery BOX_PLOT
public static final Galleries.Gallery HISTOGRAM
public static final Galleries.Gallery FREQUENCY_POLYGON
public static final Galleries.Gallery OGIVE
public static final Galleries.Gallery REGRESSION
public static final Galleries.Gallery XCHART
public static final Galleries.Gallery RCHART
public static final Galleries.Gallery PCHART
public static final Galleries.Gallery NPCHART
public static Galleries.Gallery[] values()
for (Galleries.Gallery c : Galleries.Gallery.values()) System.out.println(c);
public static Galleries.Gallery 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.statistical.Galleries.Gallery.
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.