public enum VectorBarTemplate extends java.lang.Enum<VectorBarTemplate>
Description goes here
Enum Constant and Description |
---|
BAR_BASIC
Bars have solid colors.
|
BAR_DEFAULT
Default template.
|
BAR_GLASS |
BAR_LIGHTS
Bars have an inner glossy bar in the shade of the series color.
|
BAR_SPOTLIGHT
Left half of the bar is glossy.
|
GANTT_BASIC
Bars on a Gantt chart have solid colors.
|
GANTT_DEFAULT
Default template for Gantt charts.
|
NONE
No vectorial template is used.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.galleries.VectorBarTemplate.
|
static VectorBarTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VectorBarTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorBarTemplate NONE
public static final VectorBarTemplate BAR_DEFAULT
public static final VectorBarTemplate BAR_GLASS
public static final VectorBarTemplate BAR_SPOTLIGHT
public static final VectorBarTemplate BAR_LIGHTS
public static final VectorBarTemplate BAR_BASIC
public static final VectorBarTemplate GANTT_DEFAULT
public static final VectorBarTemplate GANTT_BASIC
public static VectorBarTemplate[] values()
for (VectorBarTemplate c : VectorBarTemplate.values()) System.out.println(c);
public static VectorBarTemplate 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.VectorBarTemplate.
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.