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