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:
- 13 Dec 2000 - Created file.
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_
|
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 |
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_
MedTransformation
public MedTransformation()
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