public enum RandomDataStyles extends java.lang.Enum<RandomDataStyles>
Enum Constant and Description |
---|
DISABLED
Description goes here
|
FROM_VALUES
Description goes here
|
LABELS
Description goes here
|
NEGATIVE_VALUES
Description goes here
|
NONE
Description goes here
|
XVALUES
Description goes here
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.RandomDataStyles.
|
static int |
getUnderlyingValue(java.util.EnumSet<RandomDataStyles> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.RandomDataStyles.
|
static RandomDataStyles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RandomDataStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RandomDataStyles NONE
public static final RandomDataStyles XVALUES
public static final RandomDataStyles FROM_VALUES
public static final RandomDataStyles NEGATIVE_VALUES
public static final RandomDataStyles LABELS
public static final RandomDataStyles DISABLED
public static RandomDataStyles[] values()
for (RandomDataStyles c : RandomDataStyles.values()) System.out.println(c);
public static RandomDataStyles 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.RandomDataStyles.
public static int getUnderlyingValue(java.util.EnumSet<RandomDataStyles> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.RandomDataStyles.
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.