org.openfaces.component.chart
Enum MarkerLabelTextAnchor

java.lang.Object
  extended by java.lang.Enum<MarkerLabelTextAnchor>
      extended by org.openfaces.component.chart.MarkerLabelTextAnchor
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MarkerLabelTextAnchor>

public enum MarkerLabelTextAnchor
extends java.lang.Enum<MarkerLabelTextAnchor>


Enum Constant Summary
BASELINE_CENTER
           
BASELINE_LEFT
           
BASELINE_RIGHT
           
BOTTOM_CENTER
           
BOTTOM_LEFT
           
BOTTOM_RIGHT
           
CENTER
           
CENTER_LEFT
           
CENTER_RIGHT
           
HALF_ASCENT_CENTER
           
HALF_ASCENT_LEFT
           
HALF_ASCENT_RIGHT
           
TOP_CENTER
           
TOP_LEFT
           
TOP_RIGHT
           
 
Method Summary
 org.jfree.ui.TextAnchor getAnchor()
           
 java.lang.String toString()
           
static MarkerLabelTextAnchor valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarkerLabelTextAnchor[] 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

TOP_LEFT

public static final MarkerLabelTextAnchor TOP_LEFT

TOP_CENTER

public static final MarkerLabelTextAnchor TOP_CENTER

TOP_RIGHT

public static final MarkerLabelTextAnchor TOP_RIGHT

HALF_ASCENT_LEFT

public static final MarkerLabelTextAnchor HALF_ASCENT_LEFT

HALF_ASCENT_CENTER

public static final MarkerLabelTextAnchor HALF_ASCENT_CENTER

HALF_ASCENT_RIGHT

public static final MarkerLabelTextAnchor HALF_ASCENT_RIGHT

CENTER_LEFT

public static final MarkerLabelTextAnchor CENTER_LEFT

CENTER

public static final MarkerLabelTextAnchor CENTER

CENTER_RIGHT

public static final MarkerLabelTextAnchor CENTER_RIGHT

BASELINE_LEFT

public static final MarkerLabelTextAnchor BASELINE_LEFT

BASELINE_CENTER

public static final MarkerLabelTextAnchor BASELINE_CENTER

BASELINE_RIGHT

public static final MarkerLabelTextAnchor BASELINE_RIGHT

BOTTOM_LEFT

public static final MarkerLabelTextAnchor BOTTOM_LEFT

BOTTOM_CENTER

public static final MarkerLabelTextAnchor BOTTOM_CENTER

BOTTOM_RIGHT

public static final MarkerLabelTextAnchor BOTTOM_RIGHT
Method Detail

values

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

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

valueOf

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

getAnchor

public org.jfree.ui.TextAnchor getAnchor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<MarkerLabelTextAnchor>


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.