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.

Constructor Index

 o SingleRootContext()

Method Index

 o getRootNode()
Return the root node of the scene -- self explanatory.
 o getRootNodeInstance()
Return the root node instance of the scene -- self explanatory.
 o setRootNode(Node)
Set the root node of the scene.

Constructors

 o SingleRootContext
  public SingleRootContext()

Methods

 o getRootNode
  public Node getRootNode()
Return the root node of the scene -- self explanatory.
 o getRootNodeInstance
  public NodeInstance getRootNodeInstance()
Return the root node instance of the scene -- self explanatory.
 o 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