Class Node
java.lang.Object
armyc2.c5isr.renderer.symbolpicker.Node
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Node
-
-
Method Details
-
addChild
-
addChildren
-
getName
-
getCode
-
getSymbolSetCode
-
getVersion
-
getChildren
-
flatten
-
getSize
Calculates the size of the tree with this Node as the root.- Returns:
- number of Nodes in this tree
-
logTree
Prints the entire subtree of this Node to the debug Log.- Parameters:
depth
- Number of tabs to indent this Node in the log. Children will be indented further.
-