|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--corpus.doodle.DClassify
Displays Cell classifications on a grid.
| 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 |
public DClassify(Grid g)
g - the input Grid of Cells.
public DClassify(Grid g,
java.lang.String title)
g - the input Grid of Cells.title - Frame title
public DClassify(Grid g,
java.lang.String title,
boolean unit)
g - the input Grid of Cells.title - Frame titleunit - will draw unit vectors if true.| Method Detail |
public static void main(java.lang.String[] args)
|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||