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

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

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

See Also:
Serialized Form

Field Summary
static Orientation HORIZONTAL
           
static Orientation VERTICAL
           
 
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 Orientation valueOf(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final Orientation HORIZONTAL

VERTICAL

public static final Orientation VERTICAL
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 Orientation valueOf(java.lang.String value)


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