Uses of Class
org.jagatoo.loaders.models.cal3d.core.CalCoreAnimation

Packages that use CalCoreAnimation
org.jagatoo.loaders.models.cal3d.core   
 

Uses of CalCoreAnimation in org.jagatoo.loaders.models.cal3d.core
 

Fields in org.jagatoo.loaders.models.cal3d.core declared as CalCoreAnimation
protected  CalCoreAnimation CalAnimation.coreAnimation
           
 

Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalCoreAnimation
protected  java.util.Map<java.lang.String,CalCoreAnimation> CalCoreModel.mapCoreAnimation
           
 

Methods in org.jagatoo.loaders.models.cal3d.core that return CalCoreAnimation
 CalCoreAnimation CalAnimation.getCoreAnimation()
          Provides access to the core animation.
 CalCoreAnimation CalCoreModel.getCoreAnimation(java.lang.String coreAnimationId)
          /** Gets the core animation for a specified id tag.
static CalCoreAnimation CalLoader.loadCoreAnimation(java.io.InputStream in, java.lang.String name)
           
static CalCoreAnimation CalLoader.loadCoreAnimation(java.net.URL resource, java.lang.String name)
          Loads a core animation instance.
 

Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalCoreAnimation
 java.util.Map<java.lang.String,CalCoreAnimation> CalCoreModel.getCoreAnimations()
           
 

Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreAnimation
 void CalCoreModel.addCoreAnimation(java.lang.String tag, CalCoreAnimation coreAnimation)
          /** Adds a core animation.
static void CalSaver.saveCoreAnimation(java.io.OutputStream file, CalCoreAnimation coreAnimation)
          Saves a core animation instance.
 

Constructors in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreAnimation
CalAnimationAction(CalCoreAnimation coreAnimation)
          Constructs an animation action instance based on a core animation.
CalAnimationCycle(CalCoreAnimation coreAnimation)
          Constructs the animation cycle instance.
CalAnimationRelative(CalCoreAnimation coreAnimation)
           
CalAnimationRelative(CalCoreAnimation coreAnimation, CalCoreAnimation basePose)