XMT-O Reference Software

xmto2xmta.mapanimation
Class AniAnimate

java.lang.Object
  |
  +--xmto2xmta.MapRoot
        |
        +--xmto2xmta.mapanimation.AniAnimationBaseElement
              |
              +--xmto2xmta.mapanimation.AniAnimationElement
                    |
                    +--xmto2xmta.mapanimation.AniAnimate
All Implemented Interfaces:
MapInterface

public class AniAnimate
extends AniAnimationElement

Class to group together the various type of media elements.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
private  animate treeAnimate_
           
 
Fields inherited from class xmto2xmta.mapanimation.AniAnimationElement
animateColorRes_, animationElementRes_, treeAnimationElement_, xmto2XmtaRes_
 
Fields inherited from class xmto2xmta.mapanimation.AniAnimationBaseElement
xmtaNodeContainerId_
 
Fields inherited from class xmto2xmta.MapRoot
treeElement_, xmto2xmta_
 
Constructor Summary
AniAnimate()
           
 
Method Summary
protected  java.lang.String getXmtoAttrAttributeName()
          Return the name of the attribute to be animated.
 void init(Xmto2Xmta xmto2xmta, ConvertElement element)
           
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class xmto2xmta.mapanimation.AniAnimationElement
createDeleteMapping, createInsertMapping, createResetTargetValues, createRoutesFromInterpoator, doMapping, doTimingMapping, fillInRoutesFromInterpoator, fillInRoutesFromInterpoatorToDefsTarget, fillInRoutesFromInterpoatorToTimingTarget, fillResetDefsTargetValue, fillResetTargetValue, fillResetTimingTargetValue
 
Methods inherited from class xmto2xmta.mapanimation.AniAnimationBaseElement
getXmtaNodeContainerId
 
Methods inherited from class xmto2xmta.MapRoot
fireErrorEvent, fireErrorEvent, fireErrorEvent, getConvertElement
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug_

private static boolean debug_
Whether debug information is to be printed to the console. default is not have debug information printed (false).

treeAnimate_

private animate treeAnimate_
Constructor Detail

AniAnimate

public AniAnimate()
Method Detail

getXmtoAttrAttributeName

protected java.lang.String getXmtoAttrAttributeName()
Return the name of the attribute to be animated.
Overrides:
getXmtoAttrAttributeName in class AniAnimationElement

init

public void init(Xmto2Xmta xmto2xmta,
                 ConvertElement element)
          throws java.lang.Exception
Overrides:
init in class AniAnimationElement

setDebug

public static void setDebug(boolean debug)
Enable debugging information to be printed to the console.
Parameters:
debug - sets debug information is printed

XMT-O Reference Software