XMT-O Reference Software

xmto2xmta.mapanimation
Class AniAnimationBaseElement

java.lang.Object
  |
  +--xmto2xmta.MapRoot
        |
        +--xmto2xmta.mapanimation.AniAnimationBaseElement
All Implemented Interfaces:
MapInterface
Direct Known Subclasses:
AniAnimationElement, AniSet

public abstract class AniAnimationBaseElement
extends MapRoot

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  java.lang.String xmtaNodeContainerId_
           
 
Fields inherited from class xmto2xmta.MapRoot
treeElement_, xmto2xmta_
 
Constructor Summary
AniAnimationBaseElement()
           
 
Method Summary
protected  java.lang.String getXmtaNodeContainerId()
           
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class xmto2xmta.MapRoot
fireErrorEvent, fireErrorEvent, fireErrorEvent, getConvertElement, init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface xmto2xmta.MapInterface
doMapping
 

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).

xmtaNodeContainerId_

private java.lang.String xmtaNodeContainerId_
Constructor Detail

AniAnimationBaseElement

public AniAnimationBaseElement()
Method Detail

getXmtaNodeContainerId

protected java.lang.String getXmtaNodeContainerId()

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