public enum PyramidStyle extends java.lang.Enum<PyramidStyle>
Description goes here
| Enum Constant and Description |
|---|
FUNNEL
A geometric form with a wide conical mouth and a narrow stem.
|
INVERTED_CONE
A cone with its apex at the bottom.
|
INVERTED_PYRAMID
A pyramid with its outer surfaces converging to the bottom.
|
UPRIGHT_CONE
A cone with its apex at the top.
|
UPRIGHT_PYRAMID
A pyramid with its outer surfaces converging to the top.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.galleries.PyramidStyle.
|
static PyramidStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PyramidStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PyramidStyle UPRIGHT_PYRAMID
public static final PyramidStyle INVERTED_PYRAMID
public static final PyramidStyle UPRIGHT_CONE
public static final PyramidStyle INVERTED_CONE
public static final PyramidStyle FUNNEL
public static PyramidStyle[] values()
for (PyramidStyle c : PyramidStyle.values()) System.out.println(c);
public static PyramidStyle 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.galleries.PyramidStyle.
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.