| java.lang.Object org.jdesktop.j3dedit.scenegrapheditor.sourcecontrol.Traverser
Traverser | public class Traverser (Code) | | Traverser for Scene Graph
author: Jan Becicka version: 0.1 |
getConstructionCodeLines | public LinkedList getConstructionCodeLines()(Code) | | Getter for property constructionCodeLines.
Value of property constructionCodeLines. |
getCustomizationCodeLines | public LinkedList getCustomizationCodeLines()(Code) | | Getter for property customizationCodeLines.
Value of property customizationCodeLines. |
getFields | public ArrayList getFields()(Code) | | Getter for property fields.
Value of property fields. |
getNamePool | public NamePool getNamePool()(Code) | | Getter for property namePool.
Value of property namePool. |
getNeedToProcess | public Vector getNeedToProcess()(Code) | | Getter for property needToProcess.
Value of property needToProcess. |
getRoot | public SGObject getRoot()(Code) | | Getter for property root.
Value of property root. |
setRoot | public void setRoot(SGObject root)(Code) | | Setter for property root.
Parameters: root - New value of property root. |
traverse | public void traverse()(Code) | | traverses the structure
|
|
|