org.askalon.graph.chart.viewer
Enum StandardLegend.ToAdd

java.lang.Object
  extended by java.lang.Enum<StandardLegend.ToAdd>
      extended by org.askalon.graph.chart.viewer.StandardLegend.ToAdd
All Implemented Interfaces:
Serializable, Comparable<StandardLegend.ToAdd>
Enclosing class:
StandardLegend

public static enum StandardLegend.ToAdd
extends Enum<StandardLegend.ToAdd>

Like the static int values just a bit more modern. Although this enum is recommended to be used the int-values are also working.


Enum Constant Summary
CHECKBOX
           
CHECKBOX_AND_BUTTON
           
CHECKBOX_AND_CHOICE
           
CHECKBOX_AND_SLIDER
           
CHECKBOX_BUTTON_CHOICE
           
DOUBLEBUTTON
           
NOTHING
           
 
Method Summary
static StandardLegend.ToAdd valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardLegend.ToAdd[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NOTHING

public static final StandardLegend.ToAdd NOTHING

CHECKBOX

public static final StandardLegend.ToAdd CHECKBOX

DOUBLEBUTTON

public static final StandardLegend.ToAdd DOUBLEBUTTON

CHECKBOX_AND_SLIDER

public static final StandardLegend.ToAdd CHECKBOX_AND_SLIDER

CHECKBOX_AND_BUTTON

public static final StandardLegend.ToAdd CHECKBOX_AND_BUTTON

CHECKBOX_AND_CHOICE

public static final StandardLegend.ToAdd CHECKBOX_AND_CHOICE

CHECKBOX_BUTTON_CHOICE

public static final StandardLegend.ToAdd CHECKBOX_BUTTON_CHOICE
Method Detail

values

public static final StandardLegend.ToAdd[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(StandardLegend.ToAdd c : StandardLegend.ToAdd.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static StandardLegend.ToAdd 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


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams