com.jme.animation
Class AnimationProperties

java.lang.Object
  extended by com.jme.animation.AnimationProperties

public class AnimationProperties
extends java.lang.Object


Constructor Summary
AnimationProperties()
           
 
Method Summary
 boolean isAllowTranslation()
           
 boolean isLockX()
           
 boolean isLockY()
           
 boolean isLockZ()
           
 boolean isOneOff()
           
 void setAllowTranslation(boolean allowTranslation)
           
 void setLockX(boolean lockX)
           
 void setLockY(boolean lockY)
           
 void setLockZ(boolean lockZ)
           
 void setOneOff(boolean oneOff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationProperties

public AnimationProperties()
Method Detail

isAllowTranslation

public boolean isAllowTranslation()

setAllowTranslation

public void setAllowTranslation(boolean allowTranslation)

isLockX

public boolean isLockX()

setLockX

public void setLockX(boolean lockX)

isLockY

public boolean isLockY()

setLockY

public void setLockY(boolean lockY)

isLockZ

public boolean isLockZ()

setLockZ

public void setLockZ(boolean lockZ)

isOneOff

public boolean isOneOff()

setOneOff

public void setOneOff(boolean oneOff)