|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.Controller
com.jme.animation.SpatialTransformer
apps.userdefinedgestures.transform.Transformer
apps.userdefinedgestures.transform.ScaleTransformer
public class ScaleTransformer
The Class ScaleTransformer.
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 |
DOWN
The Constant DOWN. |
static com.jme.math.Vector3f |
UP
The Constant UP. |
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 | |
---|---|
ScaleTransformer()
Instantiates a new scale transformer. |
Method Summary | |
---|---|
void |
SetDirection(com.jme.math.Vector3f direction)
Sets the direction. |
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 |
---|
public static final com.jme.math.Vector3f DOWN
public static final com.jme.math.Vector3f UP
Constructor Detail |
---|
public ScaleTransformer()
Method Detail |
---|
public void SetDirection(com.jme.math.Vector3f direction)
direction
- the direction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |