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 TableOrder
By column.static final TableOrder
By row. -
Method Summary
-
Field Details
-
BY_ROW
By row. -
BY_COLUMN
By column.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-