Package at.tuwien.ifs.somtoolbox.apps.viewer

This package implements the SOMViewer application; main class is SOMViewer.java.

See:
          Description

Interface Summary
ItemSelectionListener  
UnitSelectionListener  
VisualizationChangeListener  
 

Class Summary
ArrowPNode Class for arrows on the SOM Visualization (that indicate shifts in a SOM)
CommonSOMViewerStateData This class stores common viewer state data, and is shared among the different panels of the SOMViewer application.
ComponentPlaneClusteringFrame This class implements ordered display and clustering of SOM Component Planes.
ControlCollector  
DocViewPanel This class represents the panel for the viewing documents.
It has an EditorPane for viewing HTML documents.
ExportDialog Provides a dialog for setting various options when exporting visualisations.
GeneralUnitPNode The graphical representation of one SOM Unit, including labels, data items and class pie charts.
GeneralUnitPNodeSerializer replacement class for serializing and de-serializing a GeneralUnitPNode
GenericPNodeScrollPane A generic scrollable pane that holds a PNode and handles line and rectangle selection events via registered listeners.
InputPNode Representation of an input object on the map
LabellingDialog Implements a graphical control element to run or re-run labelling of the map.
MapPNode The graphical representation of a map in the SOMViewer application.
MyPCanvas adds selection handler set and get methods to the piccolo pcanvas class
PieChartPNode Wrapper for displaying a pie chart within the Piccolo zooming interface framework.
RhythmPattern Creates a visualization of Rhythm Pattern feature vectors.
RhythmPatternsVisWindow A dialog that displays a RhythmPattern.
SharedSOMVisualisationDataDialog A dialog to load and unload shared input data used by various visualisations, such as the TemplateVector, InputData, etc.
SOMFrame The frame holding the SOMPane.
SOMPane A specific subclass of GenericPNodeScrollPane that holds a MapPNode and handles additionaly label and input movement events.
SOMViewer The class providing the main window of the SOMViewer application.
StarPNode Visualises the input as a star on the map.
StatusBar The status bar displayed in the lower-right part of the SOMViewer application.
ToolTipPNode Displays a tool-tip window displayed on mouse-over events in the SOMPane.
TuxRacerExportDialog  
 

Enum Summary
PieChartPNode.PieChartLabelMode  
 

Package at.tuwien.ifs.somtoolbox.apps.viewer Description

This package implements the SOMViewer application; main class is SOMViewer.java.
Several sub-packages provide control-elements, event handlers, etc.