org.askalon.graph.chart
Enum DescriptionMode

java.lang.Object
  extended by java.lang.Enum<DescriptionMode>
      extended by org.askalon.graph.chart.DescriptionMode
All Implemented Interfaces:
Serializable, Comparable<DescriptionMode>

public enum DescriptionMode
extends Enum<DescriptionMode>

Description mode: Should the descriptions contain text or the data point postion?

Author:
Franz Endstrasser and Georg Schild

Enum Constant Summary
TEXT
          descriptions contain the description text of the datapoint
VALUE
          descriptions contain the value of the datapoint
 
Method Summary
 String toString()
          Gets the name of the description mode
static DescriptionMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DescriptionMode[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

VALUE

public static final DescriptionMode VALUE
descriptions contain the value of the datapoint


TEXT

public static final DescriptionMode TEXT
descriptions contain the description text of the datapoint

Method Detail

values

public static final DescriptionMode[] 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(DescriptionMode c : DescriptionMode.values())
        System.out.println(c);

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

valueOf

public static DescriptionMode 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

toString

public String toString()
Gets the name of the description mode

Overrides:
toString in class Enum<DescriptionMode>
Returns:
the name of this description mode


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams