XMT-O Reference Software

xmto2xmta.mapmedia
Class MedInternalElement

java.lang.Object
  |
  +--xmto2xmta.MapRoot
        |
        +--xmto2xmta.mapmedia.MedMediaElement
              |
              +--xmto2xmta.mapmedia.MedInternalElement
All Implemented Interfaces:
MapInterface
Direct Known Subclasses:
MedCircle, MedCurve, MedLines, MedPoints, MedPolygons, MedRectangle, MedString

public abstract class MedInternalElement
extends MedMediaElement

Class to group together the various type media elements whose data is internal to the XMT file.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
 
Fields inherited from class xmto2xmta.mapmedia.MedMediaElement
treeMediaElement_, xmto2XmtaRes_
 
Fields inherited from class xmto2xmta.MapRoot
treeElement_, xmto2xmta_
 
Constructor Summary
MedInternalElement()
           
 
Method Summary
protected abstract  boolean fillInGeometry(org.w3c.dom.Element geometry, ELASid elasId)
           
protected  boolean fillInTransform2dChildren(org.w3c.dom.Element transform2dChildren, ELASid elasId)
          Create the rectangle infrastructure.
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 
Methods inherited from class xmto2xmta.mapmedia.MedMediaElement
createDeleteMapping, createDeleteMapping, createEventDeleteMapping, createEventInsertMapping, createInsertMapping, createInsertMapping, createXmtaMapping, deleteNodeAtEndOfDuration, doEventTimingMapping, doMapping, doTimingMapping, generateDeleteMapping, generateInsertMapping, init
 
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).
Constructor Detail

MedInternalElement

public MedInternalElement()
Method Detail

fillInGeometry

protected abstract boolean fillInGeometry(org.w3c.dom.Element geometry,
                                          ELASid elasId)

fillInTransform2dChildren

protected boolean fillInTransform2dChildren(org.w3c.dom.Element transform2dChildren,
                                            ELASid elasId)
Create the rectangle infrastructure.
 <Shape>
   <geometry/>
   <appearance>
     <Appearance/>
   </appearance>
 </Shape>
 
Overrides:
fillInTransform2dChildren in class MedMediaElement

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