|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcamera3d.TransformScope
Defines the scope (such as an axis or a plane) that transformations acts upon.
Field Summary | |
static TransformScope |
X
X axis. |
static TransformScope |
XY
XY plane. |
static TransformScope |
XYZ
Specifies a transform that affects X, Y and Z axii simultaneously. |
static TransformScope |
Y
Y axis. |
static TransformScope |
YZ
YZ plane. |
static TransformScope |
Z
Z axis. |
static TransformScope |
ZX
ZX plane. |
Method Summary | |
boolean |
isAxis()
Returns a flag indicating whether this scope is an single axis. |
boolean |
isPlane()
Returns a flag indicating whether this scope is a plane axis. |
static TransformScope |
scopeForString(java.lang.String name)
Returns the TransformScope correspondent to the input name. |
java.lang.String |
toString()
Returns a String describing this TransformScope. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TransformScope X
public static final TransformScope Y
public static final TransformScope Z
public static final TransformScope XY
public static final TransformScope YZ
public static final TransformScope ZX
public static final TransformScope XYZ
Method Detail |
public boolean isAxis()
public boolean isPlane()
public static TransformScope scopeForString(java.lang.String name)
name
- Name of desired scope.
java.lang.IllegalArgumentException
- if name is not a valid name of any TransformScope.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |