Spreadsheet Toolkit

corpus.doodle
Class DClassify

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

public class DClassify
extends java.lang.Object

Displays Cell classifications on a grid.

See Also:
Image Gallery 27

Constructor Summary
DClassify(Grid g)
          Create a CellClassificaiton visualisaiton for the input grid.
DClassify(Grid g, java.lang.String title)
          Create a CellClassificaiton visualisaiton for the input grid.
DClassify(Grid g, java.lang.String title, boolean unit)
           
 
Method Summary
static void main(java.lang.String[] args)
          Run some tests and examples.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DClassify

public DClassify(Grid g)
Create a CellClassificaiton visualisaiton for the input grid.

Parameters:
g - the input Grid of Cells.

DClassify

public DClassify(Grid g,
                 java.lang.String title)
Create a CellClassificaiton visualisaiton for the input grid.

Parameters:
g - the input Grid of Cells.
title - Frame title

DClassify

public DClassify(Grid g,
                 java.lang.String title,
                 boolean unit)
Parameters:
g - the input Grid of Cells.
title - Frame title
unit - will draw unit vectors if true.
Method Detail

main

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


Spreadsheet Toolkit

Project Home Page