lt.monarch.chart.style.tags
Enum AxisPaintTags

java.lang.Object
  extended by java.lang.Enum<AxisPaintTags>
      extended by lt.monarch.chart.style.tags.AxisPaintTags
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AxisPaintTags>, AbstractPaintTags

public enum AxisPaintTags
extends java.lang.Enum<AxisPaintTags>
implements AbstractPaintTags


Enum Constant Summary
Enum Constant and Description
ARROW
          Settings for the arrow style
AXIS
          The same as default for setting axes properties
KEY_LABEL
          Key label
LABEL
          Settings for the labels of the axis
SHADOW
          Settings for the title of the axis
TICKS
          Settings for the ticks
TITLE
          Title tag, for painting background for the title
ZOOM_WHITE_INVERT
          Settings for the inverted zoom painting
 
Method Summary
Modifier and Type Method and Description
 java.lang.String getTag()
          Gets the tag string
static AxisPaintTags valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AxisPaintTags[] 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

AXIS

public static final AxisPaintTags AXIS
The same as default for setting axes properties


TITLE

public static final AxisPaintTags TITLE
Title tag, for painting background for the title


TICKS

public static final AxisPaintTags TICKS
Settings for the ticks


LABEL

public static final AxisPaintTags LABEL
Settings for the labels of the axis


KEY_LABEL

public static final AxisPaintTags KEY_LABEL
Key label


SHADOW

public static final AxisPaintTags SHADOW
Settings for the title of the axis


ZOOM_WHITE_INVERT

public static final AxisPaintTags ZOOM_WHITE_INVERT
Settings for the inverted zoom painting


ARROW

public static final AxisPaintTags ARROW
Settings for the arrow style

Method Detail

values

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

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

valueOf

public static AxisPaintTags valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTag

public java.lang.String getTag()
Gets the tag string

Specified by:
getTag in interface AbstractPaintTags
Returns:
tag string