public final class Rotation extends java.lang.Object implements java.io.Serializable
CLOCKWISE or
ANTICLOCKWISE).| Modifier and Type | Field and Description |
|---|---|
static Rotation |
ANTICLOCKWISE
The reverse order renders the primary dataset first.
|
static Rotation |
CLOCKWISE
Clockwise.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this object for equality with an other object.
|
double |
getFactor()
Returns the rotation factor, which is -1.0 for
CLOCKWISE
and 1.0 for ANTICLOCKWISE. |
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString()
Returns a string representing the object.
|
public static final Rotation ANTICLOCKWISE
public java.lang.String toString()
toString in class java.lang.Objectnull).public double getFactor()
CLOCKWISE
and 1.0 for ANTICLOCKWISE.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the other objectpublic int hashCode()
hashCode in class java.lang.Object