xmto2xmta.mapstructure
Class StrLayout
java.lang.Object
|
+--xmto2xmta.MapRoot
|
+--xmto2xmta.mapstructure.StrStructureElement
|
+--xmto2xmta.mapstructure.StrLayout
- All Implemented Interfaces:
- MapInterface
- public class StrLayout
- extends StrStructureElement
Class to handle the conversion of the XMT-O element. The class
name is XMTO instead of XMT-O since java doesn't allow a dash character
in the class name.
History:
- 13 Dec 2000 - Created file.
- 30 Apr 2001 - Add switch to generate new format for XMT-A files.
- 20 Jun 2001 - Remove support for old XMT-A format.
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).
xmtoUsePixelMetric_
private boolean xmtoUsePixelMetric_
xmtoAttrType_
private java.lang.String xmtoAttrType_
treeLayout_
private layout treeLayout_
layoutRes_
private java.util.ResourceBundle layoutRes_
xmto2XmtaRes_
private java.util.ResourceBundle xmto2XmtaRes_
StrLayout
public StrLayout()
doMapping
public void doMapping()
doMetrics
public boolean doMetrics()
init
public void init(Xmto2Xmta xmto2xmta,
ConvertElement element)
throws java.lang.Exception
- Overrides:
init
in class MapRoot
setDebug
public static void setDebug(boolean debug)
- Enable debugging information to be printed to the console.
- Parameters:
debug
- sets debug information is printed
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object