| java.lang.Object | |
| ↳ | org.jfree.data.DomainOrder |
Used to indicate sorting order if any (ascending, descending or none).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ASCENDING | Ascending order. | ||||||||||
| DESCENDING | Descending order. | ||||||||||
| NONE | No order. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if this object is equal to the specified
object, and false otherwise. | |||||||||||
Returns a hash code value for the object.
| |||||||||||
Returns a string representing the object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns true if this object is equal to the specified
object, and false otherwise.
| obj | the other object. |
|---|
Returns a hash code value for the object.