java.lang.Object
org.jfree.data.RangeType
- All Implemented Interfaces:
Serializable
Used to indicate the type of range to display on an axis (full, positive or
negative).
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
FULL
Full range (positive and negative). -
POSITIVE
Positive range. -
NEGATIVE
Negative range.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
public int hashCode()Returns a hash code value for the object.
-