java.lang.Object
org.jfree.data.DomainOrder
- All Implemented Interfaces:
Serializable
Used to indicate sorting order if any (ascending, descending or none).
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DomainOrder
Ascending order.static final DomainOrder
Descending order.static final DomainOrder
No order. -
Method Summary
-
Field Details
-
NONE
No order. -
ASCENDING
Ascending order. -
DESCENDING
Descending order.
-
-
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.
-