apps.userdefinedgestures.transform
Class Transformer

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

public class Transformer
extends com.jme.animation.SpatialTransformer

The Class Transformer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.animation.SpatialTransformer
com.jme.animation.SpatialTransformer.PointInTime
 
Field Summary
 
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
Transformer()
          Instantiates a new transformer.
 
Method Summary
 void setObject(com.jme.scene.Spatial objChange)
          Sets the object.
 
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
 

Constructor Detail

Transformer

public Transformer()
Instantiates a new transformer.

Method Detail

setObject

public void setObject(com.jme.scene.Spatial objChange)
Sets the object.

Parameters:
objChange - the new object