org.jfree.beans
Class AxisScale

java.lang.Object
  extended by org.jfree.beans.AxisScale
All Implemented Interfaces:
java.io.Serializable

public final class AxisScale
extends java.lang.Object
implements java.io.Serializable

A token representing the axis scale type.

See Also:
Serialized Form

Field Summary
static AxisScale FLOAT
          Floating point.
static AxisScale INTEGER
          Integer.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares this object for equality with an other object.
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Returns a string representing the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INTEGER

public static final AxisScale INTEGER
Integer.


FLOAT

public static final AxisScale FLOAT
Floating point.

Method Detail

toString

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

Overrides:
toString in class java.lang.Object
Returns:
the string (never null).

equals

public boolean equals(java.lang.Object obj)
Compares this object for equality with an other object. Implementation note: This simply compares the factor instead of the name.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the other object
Returns:
true or false

hashCode

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

Overrides:
hashCode in class java.lang.Object
Returns:
the hashcode