xmto2xmta.tree
Class TreeClassObjects
java.lang.Object
|
+--xmto2xmta.tree.TreeClassObjects
- public class TreeClassObjects
- extends java.lang.Object
Class to handle the class objects in order to make the tree class nodes dynamic.
History:
- 06 Jun 2001 - Created file.
Method Summary |
static java.lang.Class |
getClassObject(int classIndex)
|
static java.lang.reflect.Method |
getMethodObject(int methodIndex)
|
private static void |
initClasses()
|
static void |
setDebug(boolean debug)
Enable debugging information to be printed to the console. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, 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).
XMTO2XMTA_TREE_XMTO
public static final int XMTO2XMTA_TREE_XMTO
XMTO2XMTA_TREE_animateColor
public static final int XMTO2XMTA_TREE_animateColor
XMTO2XMTA_TREE_animateMotion
public static final int XMTO2XMTA_TREE_animateMotion
XMTO2XMTA_TREE_audio
public static final int XMTO2XMTA_TREE_audio
XMTO2XMTA_TREE_backdrop
public static final int XMTO2XMTA_TREE_backdrop
XMTO2XMTA_TREE_body
public static final int XMTO2XMTA_TREE_body
XMTO2XMTA_TREE_circle
public static final int XMTO2XMTA_TREE_circle
XMTO2XMTA_TREE_defs
public static final int XMTO2XMTA_TREE_defs
XMTO2XMTA_TREE_fontStyle
public static final int XMTO2XMTA_TREE_fontStyle
XMTO2XMTA_TREE_group
public static final int XMTO2XMTA_TREE_group
XMTO2XMTA_TREE_head
public static final int XMTO2XMTA_TREE_head
XMTO2XMTA_TREE_img
public static final int XMTO2XMTA_TREE_img
XMTO2XMTA_TREE_layout
public static final int XMTO2XMTA_TREE_layout
XMTO2XMTA_TREE_material
public static final int XMTO2XMTA_TREE_material
XMTO2XMTA_TREE_par
public static final int XMTO2XMTA_TREE_par
XMTO2XMTA_TREE_rectangle
public static final int XMTO2XMTA_TREE_rectangle
XMTO2XMTA_TREE_region
public static final int XMTO2XMTA_TREE_region
XMTO2XMTA_TREE_seq
public static final int XMTO2XMTA_TREE_seq
XMTO2XMTA_TREE_set
public static final int XMTO2XMTA_TREE_set
XMTO2XMTA_TREE_string
public static final int XMTO2XMTA_TREE_string
XMTO2XMTA_TREE_topLayout
public static final int XMTO2XMTA_TREE_topLayout
XMTO2XMTA_TREE_transformation
public static final int XMTO2XMTA_TREE_transformation
XMTO2XMTA_TREE_use
public static final int XMTO2XMTA_TREE_use
XMTO2XMTA_TREE_video
public static final int XMTO2XMTA_TREE_video
XMTO2XMTA_TREE_xmtaMedia
public static final int XMTO2XMTA_TREE_xmtaMedia
XMTO2XMTA_TREE_texture
public static final int XMTO2XMTA_TREE_texture
CLASS_COUNT
private static int CLASS_COUNT
classNames_
private static final java.lang.String[] classNames_
classLoaded_
private static boolean[] classLoaded_
classObjects_
private static java.lang.Class[] classObjects_
XMTO2XMTA_TREE_string_getXmtaTextId
public static final int XMTO2XMTA_TREE_string_getXmtaTextId
XMTO2XMTA_TREE_material_getXmtaMaterial2dId
public static final int XMTO2XMTA_TREE_material_getXmtaMaterial2dId
XMTO2XMTA_TREE_backdrop_getXmtoAttrSrc
public static final int XMTO2XMTA_TREE_backdrop_getXmtoAttrSrc
XMTO2XMTA_TREE_xmtaMedia_getXmtaAttrHasOD
public static final int XMTO2XMTA_TREE_xmtaMedia_getXmtaAttrHasOD
METHOD_COUNT
private static int METHOD_COUNT
methodNames_
private static java.lang.String[] methodNames_
methodArgs_
private static java.lang.String[][] methodArgs_
methodClasses_
private static int[] methodClasses_
methodLoaded_
private static boolean[] methodLoaded_
methodObjects_
private static java.lang.reflect.Method[] methodObjects_
initClasses_
private static boolean initClasses_
TreeClassObjects
public TreeClassObjects()
getClassObject
public static java.lang.Class getClassObject(int classIndex)
getMethodObject
public static java.lang.reflect.Method getMethodObject(int methodIndex)
initClasses
private static void initClasses()
setDebug
public static void setDebug(boolean debug)
- Enable debugging information to be printed to the console.
- Parameters:
debug
- sets debug information is printed