Spreadsheet Toolkit

Package corpus.doodle

Provides classes and interfaces for displaying the contents of spreadsheets.

See:
          Description

Class Summary
AbstractVisualisationPane Used as a super class for a basic range of visualisations.
Animation An applet/application that gives an animated view of the dependency structures in a spreadsheet.
Animation2  
BlockValue Container class used in cluster graphing.
CellCluster Displays Cell classifications on a grid.
ClusterGraph Displays Cells stored in a grid and clusters that contain them.
Context The Context class provides a mechanism to control the environment in which the program is running.
DClassify Displays Cell classifications on a grid.
Doodler Using a 3D display, we have the function zAxis = h(xAxis, yAxis) represented by the MathType ( (xAxis, yAxis) -> zAxis ) zAxis values are indexed in an array by [xAxis][yAxis] Run program with "java corpus.doodle.Doodler"
DVector Displays MathVectors stored in a grid.
EquivalenceWidget Draws a small 3 by 3 grid to show the relationship between the center Cell and those immediatly adjacent.
FamilyTreeGraph Displays Cells stored in a grid and FamilyTrees that contain them.
FishEye  
FishEyeSampleApplet  
Graph  
RadarDotWidget  
RadarWidget  
RectangleColor Used for rendering coloured rectangles.
RowColumn Displays Cell classifications on a grid.
SpreadsheetTable  
SpreadsheetTableTabbed  
Stub The Stub class provides a mechanism for obtaining information from the run-time environment.
Thatch Displays Cell classifications on a Thatch grid.
WidgetPanel  
 

Package corpus.doodle Description

Provides classes and interfaces for displaying the contents of spreadsheets. This includes individual spreadsheets or a corpus of them.


Spreadsheet Toolkit

Project Home Page