public final class Rotation extends Object implements 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(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.
|
String |
toString()
Returns a string representing the object.
|
public static final Rotation CLOCKWISE
public static final Rotation ANTICLOCKWISE
public String toString()
public double getFactor()
CLOCKWISE
and 1.0 for ANTICLOCKWISE.public boolean equals(Object o)
Copyright © 2009-2012 jtstand.com. All Rights Reserved.