Class Rotation
java.lang.Object
org.jfree.util.Rotation
- All Implemented Interfaces:
Serializable
Represents a direction of rotation (
CLOCKWISE or
ANTICLOCKWISE).- Author:
- David Gilbert
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object for equality with an other object.doubleReturns the rotation factor, which is -1.0 forCLOCKWISEand 1.0 forANTICLOCKWISE.inthashCode()Returns a hash code value for the object.toString()Returns a string representing the object.
-
Field Details
-
CLOCKWISE
-
ANTICLOCKWISE
The reverse order renders the primary dataset first.
-
-
Method Details
-
toString
-
getFactor
Returns the rotation factor, which is -1.0 forCLOCKWISEand 1.0 forANTICLOCKWISE.- Returns:
- the rotation factor.
-
equals
-
hashCode
-