Package org.jfree.data
Class RangeType
- java.lang.Object
-
- org.jfree.data.RangeType
-
- All Implemented Interfaces:
Serializable
public final class RangeType extends Object implements Serializable
Used to indicate the type of range to display on an axis (full, positive or negative).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.int
hashCode()
Returns a hash code value for the object.String
toString()
Returns a string representing the object.
-