Spreadsheet Toolkit

corpus.doodle
Class FamilyTreeGraph

java.lang.Object
  |
  +--corpus.doodle.FamilyTreeGraph

public class FamilyTreeGraph
extends java.lang.Object

Displays Cells stored in a grid and FamilyTrees that contain them.


Constructor Summary
FamilyTreeGraph(Grid g)
           
FamilyTreeGraph(Grid g, java.lang.String title)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyTreeGraph

public FamilyTreeGraph(Grid g)

FamilyTreeGraph

public FamilyTreeGraph(Grid g,
                       java.lang.String title)
Method Detail

main

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

Spreadsheet Toolkit

Project Home Page