org.openfaces.component.chart
Enum MarkerLabelTextAnchor
java.lang.Object
java.lang.Enum<MarkerLabelTextAnchor>
org.openfaces.component.chart.MarkerLabelTextAnchor
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<MarkerLabelTextAnchor>
public enum MarkerLabelTextAnchor
- extends java.lang.Enum<MarkerLabelTextAnchor>
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 |
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
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.