org.jboss.dashboard.displayer
Enum DataDisplayerFeature
java.lang.Object
java.lang.Enum<DataDisplayerFeature>
org.jboss.dashboard.displayer.DataDisplayerFeature
- All Implemented Interfaces:
- Serializable, Comparable<DataDisplayerFeature>
public enum DataDisplayerFeature
- extends Enum<DataDisplayerFeature>
ALIGN_CHART
public static final DataDisplayerFeature ALIGN_CHART
SHOW_TITLE
public static final DataDisplayerFeature SHOW_TITLE
SHOW_HIDE_LABELS
public static final DataDisplayerFeature SHOW_HIDE_LABELS
SHOW_LEGEND_POSITION
public static final DataDisplayerFeature SHOW_LEGEND_POSITION
SHOW_LEGEND
public static final DataDisplayerFeature SHOW_LEGEND
SHOW_LINES_AREA
public static final DataDisplayerFeature SHOW_LINES_AREA
SET_MARGIN_LEFT
public static final DataDisplayerFeature SET_MARGIN_LEFT
SET_MARGIN_RIGHT
public static final DataDisplayerFeature SET_MARGIN_RIGHT
SET_MARGIN_TOP
public static final DataDisplayerFeature SET_MARGIN_TOP
SET_MARGIN_BOTTOM
public static final DataDisplayerFeature SET_MARGIN_BOTTOM
ROUND_TO_INTEGER
public static final DataDisplayerFeature ROUND_TO_INTEGER
SET_CHART_TYPE
public static final DataDisplayerFeature SET_CHART_TYPE
SET_CHART_WIDTH
public static final DataDisplayerFeature SET_CHART_WIDTH
SET_CHART_HEIGHT
public static final DataDisplayerFeature SET_CHART_HEIGHT
SET_FOREGRND_COLOR
public static final DataDisplayerFeature SET_FOREGRND_COLOR
SET_BARS_WIDTH
public static final DataDisplayerFeature SET_BARS_WIDTH
SET_LABELS_ANGLE
public static final DataDisplayerFeature SET_LABELS_ANGLE
values
public static DataDisplayerFeature[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DataDisplayerFeature c : DataDisplayerFeature.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DataDisplayerFeature valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.