Package org.jfree.util
Class UnitType
java.lang.Object
org.jfree.util.UnitType
- All Implemented Interfaces:
Serializable
Used to indicate absolute or relative units.
- Author:
- David Gilbert
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ABSOLUTE
Absolute. -
RELATIVE
Relative.
-
-
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.
-