org.jfree.data
Class RangeType
- Serializable
extends java.lang.Object
implements Serializable
Used to indicate the type of range to display on an axis (full, positive or
negative).
boolean | equals(Object obj) - Returns
true if this object is equal to the specified
object, and false otherwise.
|
int | hashCode() - Returns a hash code value for the object.
|
String | toString() - Returns a string representing the object.
|
FULL
public static final RangeType FULL
Full range (positive and negative).
equals
public boolean equals(Object obj)
Returns true
if this object is equal to the specified
object, and false
otherwise.
hashCode
public int hashCode()
Returns a hash code value for the object.
toString
public String toString()
Returns a string representing the object.