teamdev.jsf.component.chart.impl.view
Class CategoryAxisLabelPosition

java.lang.Object
  extended by teamdev.jsf.component.chart.impl.view.CategoryAxisLabelPosition
All Implemented Interfaces:
java.io.Serializable

public class CategoryAxisLabelPosition
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static CategoryAxisLabelPosition DOWN_45
           
static CategoryAxisLabelPosition DOWN_90
           
static CategoryAxisLabelPosition STANDARD
           
static CategoryAxisLabelPosition UP_45
           
static CategoryAxisLabelPosition UP_90
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if this object is equal to the specified object, and false otherwise.
 int hashCode()
          Returns a hash code of the object.
 java.lang.String toString()
          Returns a string representing the object.
static CategoryAxisLabelPosition valueOf(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STANDARD

public static final CategoryAxisLabelPosition STANDARD

UP_90

public static final CategoryAxisLabelPosition UP_90

UP_45

public static final CategoryAxisLabelPosition UP_45

DOWN_90

public static final CategoryAxisLabelPosition DOWN_90

DOWN_45

public static final CategoryAxisLabelPosition DOWN_45
Method Detail

toString

public java.lang.String toString()
Returns a string representing the object.

Overrides:
toString in class java.lang.Object
Returns:
The string.

hashCode

public int hashCode()
Returns a hash code of the object.

Overrides:
hashCode in class java.lang.Object
Returns:
An int

equals

public boolean equals(java.lang.Object obj)
Returns true if this object is equal to the specified object, and false otherwise.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the other object.
Returns:
A boolean.

valueOf

public static CategoryAxisLabelPosition valueOf(java.lang.String value)


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