j3d.examples.tree
Class Tree

java.lang.Object
  extended by j3d.examples.tree.Tree

public class Tree
extends java.lang.Object


Constructor Summary
Tree()
           
 
Method Summary
 int getBranchCount()
           
 int getSegmentCount()
           
 void incrementBranchCount()
           
 void incrementSegmentCount()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree

public Tree()
Method Detail

incrementBranchCount

public void incrementBranchCount()

incrementSegmentCount

public void incrementSegmentCount()

getBranchCount

public int getBranchCount()

getSegmentCount

public int getSegmentCount()

main

public static void main(java.lang.String[] args)