Spreadsheet Toolkit

corpus.doodle
Class ClusterGraph

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

public class ClusterGraph
extends java.lang.Object

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

See Also:
BIRCH Clustering

Constructor Summary
ClusterGraph(Grid g)
           
ClusterGraph(Grid g, java.lang.String title)
           
ClusterGraph(Grid grid, java.lang.String title, boolean squares, boolean boxes, boolean fill)
           
 
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

ClusterGraph

public ClusterGraph(Grid g)

ClusterGraph

public ClusterGraph(Grid g,
                    java.lang.String title)

ClusterGraph

public ClusterGraph(Grid grid,
                    java.lang.String title,
                    boolean squares,
                    boolean boxes,
                    boolean fill)
Parameters:
grid - Input data.
title - Title for frame
squares - Use squares(true) or circles(false) when drawing integers
boxes - Boxes(true) or briefs/circles(false) to depict clusters.
fill - Use filled(true) or hollow(false) shapes for clusters.
Method Detail

main

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

Spreadsheet Toolkit

Project Home Page