Java org.jfree.data DomainOrder fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data DomainOrder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data DomainOrder.

The text is from its open source code.

Field

DomainOrderNONE
No order.
DomainOrderASCENDING
Ascending order.
DomainOrderDESCENDING
Descending order.

Method

booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
inthashCode()
Returns a hash code value for the object.