apps.userdefinedgestures.transform
Class RotateTransformer

java.lang.Object
  extended by com.jme.scene.Controller
      extended by com.jme.animation.SpatialTransformer
          extended by apps.userdefinedgestures.transform.Transformer
              extended by apps.userdefinedgestures.transform.RotateTransformer
All Implemented Interfaces:
com.jme.util.export.Savable, java.io.Serializable

public class RotateTransformer
extends Transformer

The Class RotateTransformer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.animation.SpatialTransformer
com.jme.animation.SpatialTransformer.PointInTime
 
Field Summary
static com.jme.math.Vector3f XAxis
          The Constant XAxis.
static com.jme.math.Vector3f YAxis
          The Constant YAxis.
static com.jme.math.Vector3f ZAxis
          The Constant ZAxis.
 
Fields inherited from class com.jme.animation.SpatialTransformer
keyframes, parentIndexes, toChange
 
Fields inherited from class com.jme.scene.Controller
RT_CLAMP, RT_CYCLE, RT_WRAP
 
Constructor Summary
RotateTransformer()
          Instantiates a new rotate transformer.
 
Method Summary
 void SetAxis(com.jme.math.Vector3f axis)
          Sets the axis.
 
Methods inherited from class apps.userdefinedgestures.transform.Transformer
setObject
 
Methods inherited from class com.jme.animation.SpatialTransformer
getCurTime, getNumObjects, interpolateMissing, read, setCurTime, setMaxTime, setMinTime, setNewAnimationTimes, setObject, setPosition, setRotation, setScale, update, write
 
Methods inherited from class com.jme.scene.Controller
getClassTag, getControllerValues, getMaxTime, getMinTime, getRepeatType, getSpeed, isActive, setActive, setControllerValues, setRepeatType, setSpeed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XAxis

public static final com.jme.math.Vector3f XAxis
The Constant XAxis.


YAxis

public static final com.jme.math.Vector3f YAxis
The Constant YAxis.


ZAxis

public static final com.jme.math.Vector3f ZAxis
The Constant ZAxis.

Constructor Detail

RotateTransformer

public RotateTransformer()
Instantiates a new rotate transformer.

Method Detail

SetAxis

public void SetAxis(com.jme.math.Vector3f axis)
Sets the axis.

Parameters:
axis - the axis