Class dnx.lr.SingleRootContext
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.SingleRootContext
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.util.DNXInstancedObject
|
+----dnx.lr.NodeTreeContext
|
+----dnx.lr.SingleRootContext
- public class SingleRootContext
- extends NodeTreeContext
SingleRootContext is the parent class of NodeTreeContext classes
that have a single root node instance. This excludes
EmbeddedNodeTreeContext, which can have multiple root node instances
because (among other reasons) its owning InlineNode can be instanced
multiple times.
-
SingleRootContext()
-
-
getRootNode()
- Return the root node of the scene -- self explanatory.
-
getRootNodeInstance()
- Return the root node instance of the scene -- self explanatory.
-
setRootNode(Node)
- Set the root node of the scene.
SingleRootContext
public SingleRootContext()
getRootNode
public Node getRootNode()
- Return the root node of the scene -- self explanatory.
getRootNodeInstance
public NodeInstance getRootNodeInstance()
- Return the root node instance of the scene -- self explanatory.
setRootNode
protected void setRootNode(Node node)
- Set the root node of the scene. Can be null.
All Packages Class Hierarchy This Package Previous Next Index