Package org.jfree.util
Class TableOrder
java.lang.Object
org.jfree.util.TableOrder
- All Implemented Interfaces:
Serializable
Used to indicate the processing order for a table (by row or by column).
- Author:
- David Gilbert
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableOrderBy column.static final TableOrderBy row. -
Method Summary
-
Field Details
-
BY_ROW
By row. -
BY_COLUMN
By column.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
hashCode
Returns a hash code value for the object.
-