Spreadsheet Toolkit

corpus.doodle
Class CellCluster

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

public class CellCluster
extends java.lang.Object

Displays Cell classifications on a grid.

See Also:
Image Gallery (33)

Constructor Summary
CellCluster(WorkSheet ws)
          Create a Cell Cluster diagram for the parameter WorkSheet
CellCluster(WorkSheet ws, java.lang.String title)
          Create a Cell Cluster diagram for the parameter WorkSheet with the given title.
 
Method Summary
static void main(java.lang.String[] args)
          Run tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellCluster

public CellCluster(WorkSheet ws)
Create a Cell Cluster diagram for the parameter WorkSheet


CellCluster

public CellCluster(WorkSheet ws,
                   java.lang.String title)
Create a Cell Cluster diagram for the parameter WorkSheet with the given title.

Method Detail

main

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


Spreadsheet Toolkit

Project Home Page