Dashboard Builder Data Displayer API 6.0.0.CR2

org.jboss.dashboard.displayer
Enum DataDisplayerFeature

java.lang.Object
  extended by java.lang.Enum<DataDisplayerFeature>
      extended by org.jboss.dashboard.displayer.DataDisplayerFeature
All Implemented Interfaces:
Serializable, Comparable<DataDisplayerFeature>

public enum DataDisplayerFeature
extends Enum<DataDisplayerFeature>


Enum Constant Summary
ALIGN_CHART
           
ROUND_TO_INTEGER
           
SET_BARS_WIDTH
           
SET_CHART_HEIGHT
           
SET_CHART_TYPE
           
SET_CHART_WIDTH
           
SET_FOREGRND_COLOR
           
SET_LABELS_ANGLE
           
SET_MARGIN_BOTTOM
           
SET_MARGIN_LEFT
           
SET_MARGIN_RIGHT
           
SET_MARGIN_TOP
           
SHOW_HIDE_LABELS
           
SHOW_LEGEND
           
SHOW_LEGEND_POSITION
           
SHOW_LINES_AREA
           
SHOW_TITLE
           
 
Method Summary
static DataDisplayerFeature valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataDisplayerFeature[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

Dashboard Builder Data Displayer API 6.0.0.CR2

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.