XMT-O Reference Software

xmto2xmta.mapmedia
Class MedTransformation

java.lang.Object
  |
  +--xmto2xmta.mapmedia.MedXmediaChildrenElement
        |
        +--xmto2xmta.mapmedia.MedTransformation

public class MedTransformation
extends MedXmediaChildrenElement

Class to handle the conversion of the transformation element.

History:


Field Summary
private static boolean debug_
          Whether debug information is to be printed to the console.
private  java.util.ResourceBundle transformationRes_
           
private  java.util.ResourceBundle xmto2XmtaRes_
           
 
Constructor Summary
MedTransformation()
           
 
Method Summary
static void setDebug(boolean debug)
          Enable debugging information to be printed to the console.
 void setTransformation(ConvertElement treeConvertElement, org.w3c.dom.Element switchElement, org.w3c.dom.Element transform2D, org.w3c.dom.Element insertAtField)
          Create the material infrastructure.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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).

xmto2XmtaRes_

private java.util.ResourceBundle xmto2XmtaRes_

transformationRes_

private java.util.ResourceBundle transformationRes_
Constructor Detail

MedTransformation

public MedTransformation()
Method Detail

setDebug

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

setTransformation

public void setTransformation(ConvertElement treeConvertElement,
                              org.w3c.dom.Element switchElement,
                              org.w3c.dom.Element transform2D,
                              org.w3c.dom.Element insertAtField)
Create the material infrastructure.
Overrides:
setTransformation in class MedXmediaChildrenElement

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

XMT-O Reference Software