|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xmto2xmta.MapRoot | +--xmto2xmta.mapmedia.MedMediaElement | +--xmto2xmta.mapmedia.MedExternalElement | +--xmto2xmta.mapmedia.MedExternalVisualElement
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.MedExternalElement |
externalElementRes_, FILE_URL_PREFIX, ODID_URL_PREFIX, treeExternalElement_, xmto2XmtaRes_ |
Fields inherited from class xmto2xmta.mapmedia.MedMediaElement |
treeMediaElement_ |
Fields inherited from class xmto2xmta.MapRoot |
treeElement_, xmto2xmta_ |
Constructor Summary | |
MedExternalVisualElement()
|
Method Summary | |
protected abstract boolean |
fillInTexture(org.w3c.dom.Element texture,
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.MedExternalElement |
createDeleteMapping, createDeleteMapping, createEventDeleteMapping, createEventInsertMapping, createInsertMapping, createInsertMapping, generateDeleteMapping, generateInsertMapping, init |
Methods inherited from class xmto2xmta.mapmedia.MedMediaElement |
createXmtaMapping, deleteNodeAtEndOfDuration, doEventTimingMapping, doMapping, doTimingMapping, generateDeleteMapping, generateInsertMapping |
Methods inherited from class xmto2xmta.MapRoot |
fireErrorEvent, fireErrorEvent, fireErrorEvent, getConvertElement |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static boolean debug_
Constructor Detail |
public MedExternalVisualElement()
Method Detail |
protected abstract boolean fillInTexture(org.w3c.dom.Element texture, ELASid elasId)
protected boolean fillInTransform2dChildren(org.w3c.dom.Element transform2dChildren, ELASid elasId)
<Shape> <geometry> <Bitmap/> </geometry> <appearance> <Appearance/> </appearance> </Shape>
fillInTransform2dChildren
in class MedMediaElement
public static void setDebug(boolean debug)
debug
- sets debug information is printed
|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |