treeplus.tree
Class CellStruct

java.lang.Object
  extended by treeplus.tree.CellStruct

public class CellStruct
extends java.lang.Object

Wraps position and level of tree

Author:
patrickkastner

Field Summary
 int count
           
 int level
           
 
Constructor Summary
CellStruct(int level, int count)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level

count

public int count
Constructor Detail

CellStruct

public CellStruct(int level,
                  int count)