Serialized Form


Package at.tuwien.ifs.commons.gui

Class at.tuwien.ifs.commons.gui.SOMToolboxAppChooser extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

args

java.lang.String[] args

btnCancel

javax.swing.JButton btnCancel

btnLaunch

javax.swing.JButton btnLaunch

lblSelect

javax.swing.JLabel lblSelect

txtDescription

javax.swing.JTextArea txtDescription

bgMainApps

javax.swing.ButtonGroup bgMainApps

runnables

java.util.ArrayList<E> runnables

applicationTypePanels

java.util.ArrayList<E> applicationTypePanels

Class at.tuwien.ifs.commons.gui.SOMToolboxAppChooser.MainRadioButton extends javax.swing.JRadioButton implements Serializable

serialVersionUID: 2L

Class at.tuwien.ifs.commons.gui.SOMToolboxAppChooser.MainRadioButton.MainRadioButtonModel extends javax.swing.JToggleButton.ToggleButtonModel implements Serializable

serialVersionUID: 1L

Serialized Fields

app

java.lang.Class<T> app

Package at.tuwien.ifs.commons.gui.controls

Class at.tuwien.ifs.commons.gui.controls.MultiOptionToggleButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

menu

javax.swing.JPopupMenu menu

selectedIndex

int selectedIndex

Class at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

orientation

TitledCollapsiblePanel.Orientation orientation

title

TitledCollapsiblePanel.TitleRow title

contentCollapser

org.jdesktop.swingx.JXCollapsiblePane contentCollapser

contentContainer

java.awt.Container contentContainer

Package at.tuwien.ifs.commons.gui.controls.swing.table

Class at.tuwien.ifs.commons.gui.controls.swing.table.ButtonCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

button

javax.swing.JButton button

Class at.tuwien.ifs.commons.gui.controls.swing.table.ButtonCellRenderer extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.commons.gui.controls.swing.table.ClassColorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

classColors

java.awt.Color[] classColors

classNames

java.lang.String[] classNames

classSelected

boolean[] classSelected

selectionAllowed

boolean selectionAllowed

Class at.tuwien.ifs.commons.gui.controls.swing.table.ColorCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

currentColor

java.awt.Color currentColor

button

javax.swing.JButton button

colorChooser

javax.swing.JColorChooser colorChooser

dialog

javax.swing.JDialog dialog

Class at.tuwien.ifs.commons.gui.controls.swing.table.ColorCellRenderer extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

unselectedBorder

javax.swing.border.Border unselectedBorder

selectedBorder

javax.swing.border.Border selectedBorder

isBordered

boolean isBordered

Package at.tuwien.ifs.commons.gui.jsap

Class at.tuwien.ifs.commons.gui.jsap.BooleanEditor extends OptionEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

box

javax.swing.JCheckBox box

Class at.tuwien.ifs.commons.gui.jsap.EnumerationEditor extends OptionEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

combo

javax.swing.JComboBox combo

Class at.tuwien.ifs.commons.gui.jsap.FileEditor extends OptionEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

txtInput

javax.swing.JTextField txtInput

Class at.tuwien.ifs.commons.gui.jsap.GenericGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

argList

java.util.ArrayList<E> argList

Class at.tuwien.ifs.commons.gui.jsap.IntegerEditor extends OptionEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

number

javax.swing.JSpinner number

defaultString

java.lang.String defaultString

Class at.tuwien.ifs.commons.gui.jsap.OptionEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

option

com.martiansoftware.jsap.Option option

userInput

boolean userInput

Class at.tuwien.ifs.commons.gui.jsap.StringEditor extends OptionEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

text

javax.swing.JTextField text

defaultString

java.lang.String defaultString

Package at.tuwien.ifs.commons.gui.util

Class at.tuwien.ifs.commons.gui.util.MaximisedJFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

screenSize

java.awt.Dimension screenSize

Class at.tuwien.ifs.commons.gui.util.MultiLineJLabel extends javax.swing.JTextArea implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.commons.models

Class at.tuwien.ifs.commons.models.ClassComboBoxModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 1L

Serialized Fields

content

java.util.List<E> content

selectedIndex

int selectedIndex

Package at.tuwien.ifs.commons.util.collection

Class at.tuwien.ifs.commons.util.collection.SmallestElementSet extends java.util.TreeSet<E extends java.lang.Comparable<E>> implements Serializable

serialVersionUID: 1L

Serialized Fields

maxElementCount

int maxElementCount

Package at.tuwien.ifs.feature.evaluation

Class at.tuwien.ifs.feature.evaluation.SimilarityRetrievalGUI extends MaximisedJFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

inputData

java.util.ArrayList<E> inputData

classInfo

SOMLibClassInformation classInfo

bgInputData

javax.swing.ButtonGroup bgInputData

bgDistanceDisplay

javax.swing.ButtonGroup bgDistanceDisplay

btnStart

javax.swing.JButton btnStart

btnSaveResults

javax.swing.JButton btnSaveResults

buttonLoadClassInfo

javax.swing.JButton buttonLoadClassInfo

labelNoInputData

javax.swing.JLabel labelNoInputData

modelNumberNeighbours

javax.swing.SpinnerNumberModel modelNumberNeighbours

spinnerNumberNeighbours

javax.swing.JSpinner spinnerNumberNeighbours

panelLoadedFeatureFiles

javax.swing.JPanel panelLoadedFeatureFiles

panelRetrieval

javax.swing.JPanel panelRetrieval

chartPanel

org.jfree.chart.ChartPanel chartPanel

comboQueryVector

javax.swing.JComboBox comboQueryVector

boxMetric

javax.swing.JComboBox boxMetric

resultsTable

javax.swing.JTable resultsTable

databaseDetailsTable

javax.swing.JTable databaseDetailsTable

fileChooser

javax.swing.JFileChooser fileChooser

txtFieldMusicPath

javax.swing.JTextField txtFieldMusicPath

player

AudioPlayer player

Package at.tuwien.ifs.somtoolbox

Class at.tuwien.ifs.somtoolbox.SOMToolboxException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.apps

Class at.tuwien.ifs.somtoolbox.apps.DataSetViewer extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

classNames

java.lang.String[] classNames

colors

java.awt.Color[] colors

dataSets

double[][][] dataSets

plotPanel

org.math.plot.PlotPanel plotPanel

dataNames

java.lang.String[][] dataNames

owner

javax.swing.JFrame owner

Class at.tuwien.ifs.somtoolbox.apps.PaletteEditor extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

northPanel

javax.swing.JPanel northPanel

centerPanel

javax.swing.JPanel centerPanel

mainPanel

javax.swing.JPanel mainPanel

southPanel

javax.swing.JPanel southPanel

btnClose

javax.swing.JButton btnClose

btnSaveJava

javax.swing.JButton btnSaveJava

btnSaveMatLab

javax.swing.JButton btnSaveMatLab

btnSaveXML

javax.swing.JButton btnSaveXML

btnNew

javax.swing.JButton btnNew

selectPanel

javax.swing.JPanel selectPanel

paletteDrawingPanel

PaletteDisplayer paletteDrawingPanel

chkInterpol

javax.swing.JCheckBox chkInterpol

spnTargetColorCount

javax.swing.JSpinner spnTargetColorCount

lblColors

javax.swing.JLabel lblColors

scpColors

javax.swing.JScrollPane scpColors

colorPanel

javax.swing.JPanel colorPanel

chkUseGradientPoints

javax.swing.JCheckBox chkUseGradientPoints

somViewer

SOMViewer somViewer

state

CommonSOMViewerStateData state

displayedPalette

Palette displayedPalette

mode

int mode

btnApply

javax.swing.JButton btnApply

pnlSeperator

javax.swing.JPanel pnlSeperator

pnlAddRemoveColors

javax.swing.JPanel pnlAddRemoveColors

btnAddColor

javax.swing.JToggleButton btnAddColor

btnDelColor

javax.swing.JToggleButton btnDelColor

lblWhatToDo

javax.swing.JLabel lblWhatToDo

pnlSettings

javax.swing.JPanel pnlSettings

jLabel

javax.swing.JLabel jLabel

txtShortname

javax.swing.JTextField txtShortname

jLabel1

javax.swing.JLabel jLabel1

txtLongname

javax.swing.JTextField txtLongname

jLabel2

javax.swing.JLabel jLabel2

scpDescription

javax.swing.JScrollPane scpDescription

txtDescription

javax.swing.JTextArea txtDescription

cmbPalettes

javax.swing.JComboBox cmbPalettes

xmlFile

javax.swing.JTextField xmlFile

pnlColors

javax.swing.JPanel pnlColors

jLabel3

javax.swing.JLabel jLabel3

txtGroup

javax.swing.JTextField txtGroup

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

chkVisible

javax.swing.JCheckBox chkVisible

Class at.tuwien.ifs.somtoolbox.apps.UnitFileViewer extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

plotPanel

org.math.plot.Plot3DPanel plotPanel

dotColor

java.awt.Color dotColor

labelColor

java.awt.Color labelColor

Package at.tuwien.ifs.somtoolbox.apps.server

Class at.tuwien.ifs.somtoolbox.apps.server.MapPreviewServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.server.MapSectionServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.server.MapServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.apps.trainer

Class at.tuwien.ifs.somtoolbox.apps.trainer.GHSOMSettingsPanel extends SOMModelSettingsPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

lblTau

javax.swing.JLabel lblTau

spnTau

javax.swing.JSpinner spnTau

spnTau2

javax.swing.JSpinner spnTau2

lblTau2

javax.swing.JLabel lblTau2

Class at.tuwien.ifs.somtoolbox.apps.trainer.GrowingSOMSettingsPanel extends SOMModelSettingsPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

lblTau

javax.swing.JLabel lblTau

spnTau

javax.swing.JSpinner spnTau

Class at.tuwien.ifs.somtoolbox.apps.trainer.MnemonicSOMSettingsPanel extends SOMModelSettingsPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

txtUnitFile

javax.swing.JTextField txtUnitFile

btnUnitFileOpen

javax.swing.JButton btnUnitFileOpen

jLabel

javax.swing.JLabel jLabel

Class at.tuwien.ifs.somtoolbox.apps.trainer.SOMModelSettingsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.trainer.SOMTrainer extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

main

javax.swing.JPanel main

pnlMapSettings

javax.swing.JPanel pnlMapSettings

lblTitle

javax.swing.JLabel lblTitle

txtTitle

javax.swing.JTextField txtTitle

lblModel

javax.swing.JLabel lblModel

cmbModel

javax.swing.JComboBox cmbModel

pnlInputData

javax.swing.JPanel pnlInputData

lblVecFile

javax.swing.JLabel lblVecFile

pnlVec

javax.swing.JPanel pnlVec

txtInputVecotrFile

javax.swing.JTextField txtInputVecotrFile

btnVecFileOpen

javax.swing.JButton btnVecFileOpen

lblTvFile

javax.swing.JLabel lblTvFile

pnlTv

javax.swing.JPanel pnlTv

txtTemplateVecotrFile

javax.swing.JTextField txtTemplateVecotrFile

btnTVFileOpen

javax.swing.JButton btnTVFileOpen

lblOutputDir

javax.swing.JLabel lblOutputDir

pnlOutDir

javax.swing.JPanel pnlOutDir

txtOutDir

javax.swing.JTextField txtOutDir

btnOutDirFileSaver

javax.swing.JButton btnOutDirFileSaver

pnlModelSettings

javax.swing.JPanel pnlModelSettings

pnlMisc

javax.swing.JPanel pnlMisc

lblThreads

javax.swing.JLabel lblThreads

lblLogFile

javax.swing.JLabel lblLogFile

spnThreads

javax.swing.JSpinner spnThreads

pnlLog

javax.swing.JPanel pnlLog

txtLogFile

javax.swing.JTextField txtLogFile

btnLogFileSaver

javax.swing.JButton btnLogFileSaver

spnThreadsModel

javax.swing.SpinnerNumberModel spnThreadsModel

pgbTraining

javax.swing.JProgressBar pgbTraining

pnlGo

javax.swing.JPanel pnlGo

btnTrain

javax.swing.JButton btnTrain

btnSave

javax.swing.JButton btnSave

chkSparse

javax.swing.JCheckBox chkSparse

chkNormalized

javax.swing.JCheckBox chkNormalized

pnlSettings

javax.swing.JPanel pnlSettings

lblXSize

javax.swing.JLabel lblXSize

spnXSize

javax.swing.JSpinner spnXSize

lblYSize

javax.swing.JLabel lblYSize

spnYSize

javax.swing.JSpinner spnYSize

spnLearnrate

javax.swing.JSpinner spnLearnrate

spnSigma

javax.swing.JSpinner spnSigma

spnIterations

javax.swing.JSpinner spnIterations

lblIteration

javax.swing.JLabel lblIteration

rdoIterations

javax.swing.JRadioButton rdoIterations

rdoCycles

javax.swing.JRadioButton rdoCycles

lblMetric

javax.swing.JLabel lblMetric

lblQuality

javax.swing.JLabel lblQuality

cmbMetric

javax.swing.JComboBox cmbMetric

cmbQualityMeasure

javax.swing.JComboBox cmbQualityMeasure

jLabel

javax.swing.JLabel jLabel

spnRandomSeed

javax.swing.JSpinner spnRandomSeed

chkCreateDWM

javax.swing.JCheckBox chkCreateDWM

chkSigma

javax.swing.JCheckBox chkSigma

chkLernrate

javax.swing.JCheckBox chkLernrate

pnlModelSpecificSettings

SOMModelSettingsPanel pnlModelSpecificSettings

cmbMetricModel

ClassComboBoxModel<A> cmbMetricModel

cmbQualityMeasureModel

ClassComboBoxModel<A> cmbQualityMeasureModel

cmbModelModel

ClassComboBoxModel<A> cmbModelModel

chkLabelSOM

javax.swing.JCheckBox chkLabelSOM

lblLabels

javax.swing.JLabel lblLabels

spnLabels

javax.swing.JSpinner spnLabels

spnWinnerCount

javax.swing.JSpinner spnWinnerCount

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

Class at.tuwien.ifs.somtoolbox.apps.viewer.ArrowPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

x1

double x1

y1

double y1

x2

double x2

y2

double y2

arrow

java.awt.geom.Line2D.Double arrow

typeVisibility

boolean typeVisibility

selectionVisibility

boolean selectionVisibility

showStartHead

boolean showStartHead

showEndHead

boolean showEndHead

tooltipNode

edu.umd.cs.piccolo.PNode tooltipNode

arrowHeadLength

double arrowHeadLength

arrowHeadWidth

double arrowHeadWidth

startHead

java.awt.Polygon startHead

endHead

java.awt.Polygon endHead

color

java.awt.Color color

stroke

java.awt.BasicStroke stroke

type

int type

creationType

InputCorrections.CreationType creationType

arrowHeadScale

float arrowHeadScale

Class at.tuwien.ifs.somtoolbox.apps.viewer.ComponentPlaneClusteringFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

input

AbstractSOMLibSparseInputData input

props

SOMProperties props

labels

java.lang.String[] labels

orginalSom

GrowingSOM orginalSom

pane

GenericPNodeScrollPane pane

spinnerXSize

javax.swing.JSpinner spinnerXSize

spinnerYSize

javax.swing.JSpinner spinnerYSize

spinnerNumberModelXSize

javax.swing.SpinnerNumberModel spinnerNumberModelXSize

spinnerNumberModelYSize

javax.swing.SpinnerNumberModel spinnerNumberModelYSize

clusteredMapCache

java.util.Hashtable<K,V> clusteredMapCache
A cache for already trained SOMs.


unclusteredComponentPNodeWithNames

edu.umd.cs.piccolo.PNode unclusteredComponentPNodeWithNames

unclusteredComponentPNodeWithOutNames

edu.umd.cs.piccolo.PNode unclusteredComponentPNodeWithOutNames

uHeight

int uHeight

uWidth

int uWidth

dim

int dim

tv

SOMLibTemplateVector tv

somViewer

SOMViewer somViewer

state

CommonSOMViewerStateData state

buttons

javax.swing.ButtonGroup buttons

padding

int padding

checkboxShowComponentNames

javax.swing.JCheckBox checkboxShowComponentNames

Class at.tuwien.ifs.somtoolbox.apps.viewer.ControlCollector extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

content

javax.swing.JPanel content

controlMenu

javax.swing.JMenu controlMenu

defaultControls

java.util.ArrayList<E> defaultControls

Class at.tuwien.ifs.somtoolbox.apps.viewer.DocViewPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log

textPane

javax.swing.JEditorPane textPane

highlighter

javax.swing.text.Highlighter highlighter

txtFieldSearch

javax.swing.JTextField txtFieldSearch

searchResultHighLights

java.util.ArrayList<E> searchResultHighLights

weightHighlightBox

javax.swing.JCheckBox weightHighlightBox

weightingHighLights

java.util.ArrayList<E> weightingHighLights

paletteSelectionPanel

PaletteSelectionPanel paletteSelectionPanel

documentPath

java.lang.String documentPath

documentSuffix

java.lang.String documentSuffix

inputDataObjects

SharedSOMVisualisationData inputDataObjects

weightPaints

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter[] weightPaints

currentInput

java.lang.String currentInput

Class at.tuwien.ifs.somtoolbox.apps.viewer.ExportDialog extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

exportBackgroundCheckBox

javax.swing.JCheckBox exportBackgroundCheckBox

exportButton

javax.swing.JButton exportButton

exportImagemapCheckBox

javax.swing.JCheckBox exportImagemapCheckBox

exportVisCheckBox

javax.swing.JCheckBox exportVisCheckBox

exportGridCheckBox

javax.swing.JCheckBox exportGridCheckBox

exportNoteSymbolsCheckBox

javax.swing.JCheckBox exportNoteSymbolsCheckBox

exportHybridImageCheckBox

javax.swing.JCheckBox exportHybridImageCheckBox

regenerateImagesCheckBox

javax.swing.JCheckBox regenerateImagesCheckBox

generateRhythmPatternsCheckBox

javax.swing.JCheckBox generateRhythmPatternsCheckBox

copyDataCheckBox

javax.swing.JCheckBox copyDataCheckBox

fileNameTextField

javax.swing.JTextField fileNameTextField

cleanDataNamesTextField

javax.swing.JTextField cleanDataNamesTextField

streamingURLTextField

javax.swing.JTextField streamingURLTextField

templatesTextField

javax.swing.JTextField templatesTextField

titleTextField

javax.swing.JTextField titleTextField

layer

GrowingLayer layer

spinnerNumberModel

javax.swing.SpinnerNumberModel spinnerNumberModel

state

CommonSOMViewerStateData state

widthSpinner

javax.swing.JSpinner widthSpinner

panelComputedDimension

javax.swing.JLabel panelComputedDimension

inputVector

InputData inputVector

isAudioSOM

boolean isAudioSOM

dataDir

java.lang.String dataDir

Class at.tuwien.ifs.somtoolbox.apps.viewer.GeneralUnitPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialization Methods

writeReplace

private java.lang.Object writeReplace()
                               throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

currentDetailLevel

int currentDetailLevel

u

Unit u

X

double X

Y

double Y

width

double width

height

double height

drawBorder

boolean drawBorder

border

java.awt.geom.Rectangle2D border

borderColor

java.awt.Color borderColor

borderStroke

java.awt.BasicStroke borderStroke

selectedClassIndices

int[] selectedClassIndices

showOnlySelectedClasses

boolean showOnlySelectedClasses

selected

boolean selected

selectionMarker

edu.umd.cs.piccolo.nodes.PPath selectionMarker

arrowsFromThisUnit

java.util.ArrayList<E> arrowsFromThisUnit

oldScale

double oldScale

currentScale

double currentScale

detailNodes

edu.umd.cs.piccolo.PNode[] detailNodes
Nodes for details at different levels


dataDetail

edu.umd.cs.piccolo.PNode[][][] dataDetail
Data input nodes for different levels, length of GeneralUnitPNode.NUMBER_OF_DETAIL_LEVELS, contains a PText at GeneralUnitPNode.DATA_DISPLAY_VARIANT_TEXT, and InputPNodes at GeneralUnitPNode.DATA_DISPLAY_VARIANT_INPUTOBJECT and GeneralUnitPNode.DATA_DISPLAY_VARIANT_INPUTOBJECTSHIFTED.


dataCountDetail

edu.umd.cs.piccolo.PNode[] dataCountDetail

labelDetailNodes

edu.umd.cs.piccolo.PNode[] labelDetailNodes
Label nodes for different levels


pieChartDetailNodes

PieChartPNode[] pieChartDetailNodes
PieChart nodes for different levels


classInfo

SOMLibClassInformation classInfo

dataInfo

SOMLibDataInformation dataInfo

classInfoSelectionChanged

boolean classInfoSelectionChanged

queryResultMarker

edu.umd.cs.piccolo.nodes.PPath queryResultMarker

locations

java.awt.Point[][] locations

state

CommonSOMViewerStateData state

Class at.tuwien.ifs.somtoolbox.apps.viewer.GeneralUnitPNodeSerializer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

x

int x

y

int y

Class at.tuwien.ifs.somtoolbox.apps.viewer.GenericPNodeScrollPane extends edu.umd.cs.piccolox.swing.PScrollPane implements Serializable

serialVersionUID: 1L

Serialized Fields

canvas

edu.umd.cs.piccolo.PCanvas canvas

rectangleSelectionEventHandler

MyRectangleSelectionEventHandler rectangleSelectionEventHandler

clusterSelectionEventHandler

ClusterSelectionEventHandler clusterSelectionEventHandler

lineSelectionEventHandler

LineSelectionEventHandler lineSelectionEventHandler

node

edu.umd.cs.piccolo.PNode node

lineSelection

edu.umd.cs.piccolo.PNode lineSelection

connectedSelectionHandlers

UnitSelectionListener[] connectedSelectionHandlers

connectedSelectionHandlersSet

java.util.HashSet<E> connectedSelectionHandlersSet

lastSelectedPoint

java.awt.geom.Point2D lastSelectedPoint

state

CommonSOMViewerStateData state

tooltipNode

ToolTipPNode tooltipNode

Class at.tuwien.ifs.somtoolbox.apps.viewer.HelpDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.viewer.InputPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.viewer.LabellingDialog extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

methodCheckBox

javax.swing.JCheckBox methodCheckBox

numLabelsSpinner

javax.swing.JSpinner numLabelsSpinner

runLabellingButton

javax.swing.JButton runLabellingButton

spinnerNumberModel

javax.swing.SpinnerNumberModel spinnerNumberModel

state

CommonSOMViewerStateData state

Class at.tuwien.ifs.somtoolbox.apps.viewer.MapPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

gsom

GrowingSOM gsom

classInfo

SOMLibClassInformation classInfo

dataInfo

SOMLibDataInformation dataInfo

units

GeneralUnitPNode[][] units

UNIT_WIDTH

int UNIT_WIDTH

UNIT_HEIGHT

int UNIT_HEIGHT

visualizations

BackgroundImageVisualizer[] visualizations
Deprecated. use Visualizations instead

currentVisualization

BackgroundImageVisualizer currentVisualization

currentVisualizationVariant

int currentVisualizationVariant

backgroundImage

edu.umd.cs.piccolo.nodes.PImage backgroundImage

currentVisualizationImage

edu.umd.cs.piccolo.nodes.PImage currentVisualizationImage

overlayVis

AbstractMatrixVisualizer overlayVis

overlayVis_index

int overlayVis_index

overlayVisualizationImage

edu.umd.cs.piccolo.nodes.PImage overlayVisualizationImage

currentClusteringElements

java.util.SortedMap<K,V> currentClusteringElements

currentClusteringTree

ClusteringTree currentClusteringTree

manualLabels

edu.umd.cs.piccolo.PNode manualLabels
Holds the manually placed labels


unitsNode

edu.umd.cs.piccolo.PNode unitsNode

inputCorrectionsPNode

edu.umd.cs.piccolo.PNode inputCorrectionsPNode

imageDataNode

edu.umd.cs.piccolo.PNode imageDataNode
Holds the images associated with the mapped input vectors


inputObjects

SharedSOMVisualisationData inputObjects

parentFrame

javax.swing.JFrame parentFrame

state

CommonSOMViewerStateData state

originalBackgroundImage

java.awt.image.BufferedImage originalBackgroundImage

backgroundImageVisible

boolean backgroundImageVisible

inputLinkagePath

edu.umd.cs.piccolo.nodes.PPath inputLinkagePath

clusteringTreeBuilder

TreeBuilder clusteringTreeBuilder

Class at.tuwien.ifs.somtoolbox.apps.viewer.MyPCanvas extends edu.umd.cs.piccolo.PCanvas implements Serializable

serialVersionUID: 1L

Serialized Fields

selectionEventHandler

edu.umd.cs.piccolo.event.PDragSequenceEventHandler selectionEventHandler

Class at.tuwien.ifs.somtoolbox.apps.viewer.PieChartPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

values

int[] values

classNames

java.lang.String[] classNames

itemCount

int itemCount

plot

org.jfree.chart.plot.PiePlot plot

border

java.awt.geom.Rectangle2D border

X

double X

Y

double Y

width

double width

height

double height

countLabeler

PieChartPNode.CountLabeler countLabeler

percentageLabeler

PieChartPNode.PercentageLabeler percentageLabeler

classNameLabeler

PieChartPNode.ClassNameLabeler classNameLabeler

defaultLabelFont

java.awt.Font defaultLabelFont

smallLabelFont

java.awt.Font smallLabelFont

Class at.tuwien.ifs.somtoolbox.apps.viewer.RhythmPatternsVisWindow extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

drawingPane

javax.swing.JPanel drawingPane

sourceName

javax.swing.JLabel sourceName

status

javax.swing.JLabel status

rhythmPattern

RhythmPattern rhythmPattern

xdim

int xdim

ydim

int ydim

mat

double[][] mat

numform_Hz

java.text.NumberFormat numform_Hz

numform_Amp

java.text.NumberFormat numform_Amp

display_status

boolean display_status

Class at.tuwien.ifs.somtoolbox.apps.viewer.SharedSOMVisualisationDataDialog extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

state

CommonSOMViewerStateData state

buttons

java.util.HashMap<K,V> buttons

Class at.tuwien.ifs.somtoolbox.apps.viewer.SOMFrame extends javax.swing.JInternalFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

state

CommonSOMViewerStateData state

Class at.tuwien.ifs.somtoolbox.apps.viewer.SOMPane extends GenericPNodeScrollPane implements Serializable

serialVersionUID: 1L

Serialized Fields

inputDragHandler

MyInputDragSequenceEventHandler inputDragHandler

labelDragHandler

MyLabelDragSequenceEventHandler labelDragHandler

map

MapPNode map

map2

MapPNode map2

somComparision

SOMComparison somComparision

shiftArrowsVisibility

boolean shiftArrowsVisibility

quiver

QuiverPNode quiver

SECOND_MAP_OFFSET

int SECOND_MAP_OFFSET

secMapXOffset

double secMapXOffset

secMapYOffset

double secMapYOffset

secMapPosition

java.lang.String secMapPosition

Class at.tuwien.ifs.somtoolbox.apps.viewer.SOMViewer extends MaximisedJFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

unitDescriptionFileName

java.lang.String unitDescriptionFileName

weightVectorFileName

java.lang.String weightVectorFileName

mapDescriptionFileName

java.lang.String mapDescriptionFileName

classInformationFileName

java.lang.String classInformationFileName

regressionInformationFileName

java.lang.String regressionInformationFileName

dataInformationFileName

java.lang.String dataInformationFileName

inputVectorFileName

java.lang.String inputVectorFileName

templateVectorFileName

java.lang.String templateVectorFileName

dataWinnerMappingFileName

java.lang.String dataWinnerMappingFileName

linkageMapFileName

java.lang.String linkageMapFileName

docViewerFrame

javax.swing.JFrame docViewerFrame

documentMode

boolean documentMode

viewerWorkingDirectoryName

java.lang.String viewerWorkingDirectoryName

applicationDirectory

java.lang.String applicationDirectory

prefs

SOMViewerProperties prefs

loggingHandler

LoggingHandler loggingHandler

initialVisualisation

BackgroundImageVisualizer initialVisualisation

initialVisualisationVariant

int initialVisualisationVariant

classColoursFile

java.lang.String classColoursFile

menuBar

javax.swing.JMenuBar menuBar

visualizationMenu

javax.swing.JMenu visualizationMenu

paletteMenu

javax.swing.JMenu paletteMenu

visualizationMenuItemGroup

javax.swing.ButtonGroup visualizationMenuItemGroup

paletteMenuItemGroup

javax.swing.ButtonGroup paletteMenuItemGroup

oldSelectedVisualizationMenuItem

javax.swing.ButtonModel oldSelectedVisualizationMenuItem

thematicClassRadioButton

JMultiLineRadioButtonMenuItem thematicClassRadioButton

reversePaletteMenuItem

javax.swing.JCheckBoxMenuItem reversePaletteMenuItem

clusterMethodGroup

javax.swing.ButtonGroup clusterMethodGroup

clusteringLevel

int clusteringLevel

previousSelectedClusteringMethod

javax.swing.ButtonModel previousSelectedClusteringMethod

windowMenu

javax.swing.JMenu windowMenu

toolBar

javax.swing.JToolBar toolBar

buttonPie

MultiOptionToggleButton buttonPie

shiftOverlappingToggleButton

javax.swing.AbstractButton shiftOverlappingToggleButton

exactPlacementToggleButton

javax.swing.AbstractButton exactPlacementToggleButton

linkageToggleButton

javax.swing.AbstractButton linkageToggleButton

statusBar

StatusBar statusBar

classLegendPane

ClassLegendPane classLegendPane

visControlPanel

VisualizationControl visControlPanel

clusteringControl

ClusteringControl clusteringControl

mapPane

SOMPane mapPane

palettePanel

PalettePanel palettePanel

collector

ControlCollector collector

queryPane

QuerySOMPanel queryPane

state

CommonSOMViewerStateData state

somFrame

SOMFrame somFrame

showShiftsMenuItem

javax.swing.JCheckBoxMenuItem showShiftsMenuItem

shiftsControlPanel

ShiftsControlPanel shiftsControlPanel

switchMapSubmenu

javax.swing.JMenu switchMapSubmenu

useMainMap

JMultiLineRadioButtonMenuItem useMainMap

useSecondMap

JMultiLineRadioButtonMenuItem useSecondMap

noInternalPlayer

boolean noInternalPlayer

visChangeListeners

java.util.Vector<E> visChangeListeners

paletteEditorMenuItem

javax.swing.JMenuItem paletteEditorMenuItem

rotatedQuadrants

int rotatedQuadrants

flippedX

boolean flippedX

flippedY

boolean flippedY

Class at.tuwien.ifs.somtoolbox.apps.viewer.StarPNode extends InputPNode implements Serializable

serialVersionUID: 1L

Serialized Fields

lineColor

java.awt.Color lineColor

Class at.tuwien.ifs.somtoolbox.apps.viewer.StatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

statusText

javax.swing.JLabel statusText

progressBar

javax.swing.JProgressBar progressBar

Class at.tuwien.ifs.somtoolbox.apps.viewer.ToolTipPNode extends edu.umd.cs.piccolo.nodes.PText implements Serializable

serialVersionUID: 1L

Serialized Fields

border

java.awt.geom.Rectangle2D border

backgroundColor

java.awt.Color backgroundColor

borderColor

java.awt.Color borderColor

fontSize

int fontSize

Class at.tuwien.ifs.somtoolbox.apps.viewer.TuxRacerExportDialog extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

csState

CommonSOMViewerStateData csState

Class at.tuwien.ifs.somtoolbox.apps.viewer.VisualisationCacheViewer extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

somViewer

SOMViewer somViewer

cache

LeastRecentelyUsedImageCache cache

modelMaxCacheSize

javax.swing.SpinnerNumberModel modelMaxCacheSize

labelCurrentCacheSize

javax.swing.JLabel labelCurrentCacheSize

contentsPanel

javax.swing.JPanel contentsPanel

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

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractSelectionPanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

itemListener

ItemSelectionListener itemListener

playlistmodels

javax.swing.DefaultListModel[] playlistmodels

playlists

javax.swing.JList[] playlists

absPathVectors

java.util.Vector<E>[] absPathVectors

markedUnits

java.util.Vector<E> markedUnits
units graphically marked on the map.


unitsInPlaylist

java.util.Vector<E> unitsInPlaylist
units that contribute to the current playlist.


listScrollers

javax.swing.JScrollPane[] listScrollers

currentSelectionArea

int currentSelectionArea

selectionAreaCount

int selectionAreaCount

selections

GeneralUnitPNode[][] selections

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractViewerControl extends TitledCollapsiblePanel implements Serializable

serialVersionUID: 2L

Serialized Fields

state

CommonSOMViewerStateData state

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.AutoRoutePanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

bigD

float bigD

smallD

float smallD

route

edu.umd.cs.piccolo.PNode route

dots

edu.umd.cs.piccolo.PNode dots

lines

edu.umd.cs.piccolo.PNode lines

spinnerModel

javax.swing.SpinnerNumberModel spinnerModel

rdoFlat

javax.swing.JRadioButton rdoFlat

rdoSnap

javax.swing.JRadioButton rdoSnap

rdoHigh

javax.swing.JRadioButton rdoHigh

mainP

javax.swing.JPanel mainP

chkTSP

javax.swing.JCheckBox chkTSP

chkDebug

javax.swing.JCheckBox chkDebug

debug

boolean debug

applyTSP

boolean applyTSP

rand

java.util.Random rand

touchedUnits

java.util.LinkedList<E> touchedUnits

lineModel

javax.swing.SpinnerNumberModel lineModel

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ClassLegendPane extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

table

javax.swing.JTable table

classColorTM

ClassColorTableModel classColorTM

noClassesLoaded

javax.swing.JLabel noClassesLoaded

mapPane

SOMPane mapPane

fc

javax.swing.JFileChooser fc

txtFilter

javax.swing.JTextField txtFilter

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ClusterBoderColorChooser extends ColorChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

clusteringControl

ClusteringControl clusteringControl

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ClusteringControl extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

spinnerNoCluster

javax.swing.JSpinner spinnerNoCluster

labelSpinner

javax.swing.JSpinner labelSpinner

c

GridBagConstraintsIFS c

numClusters

int numClusters

mapPane

SOMPane mapPane

colorCluster

javax.swing.JCheckBox colorCluster

showValues

javax.swing.JCheckBox showValues

valueQe

javax.swing.JSlider valueQe

sticky

javax.swing.JCheckBox sticky

kmeansInitialisationPanel

javax.swing.JPanel kmeansInitialisationPanel

st

boolean st

numLabels

int numLabels

maxCluster

int maxCluster

buttonColour

javax.swing.JButton buttonColour

qualityMeasureButton

javax.swing.JButton qualityMeasureButton

entropyLabel

javax.swing.JLabel entropyLabel

purityLabel

javax.swing.JLabel purityLabel

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ColorChooser extends CentredDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

cc

javax.swing.JColorChooser cc

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ColourLegendTable extends javax.swing.JTable implements Serializable

serialVersionUID: 2L

Serialized Fields

names

java.lang.String[] names
Deprecated. 

colors

java.awt.Color[] colors
Deprecated. 

columnNames

java.lang.String[] columnNames
Deprecated. 

length

int length
Deprecated. 

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ComparisonPanel extends AbstractSelectionPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

btLabelSOM

javax.swing.JButton btLabelSOM

buttonGroupType

javax.swing.ButtonGroup buttonGroupType

radioButtonTypeDataItemName

javax.swing.JRadioButton radioButtonTypeDataItemName

radioButtonTypeLabelSOM

javax.swing.JRadioButton radioButtonTypeLabelSOM

radioButtonTypeKeywordLabels

javax.swing.JRadioButton radioButtonTypeKeywordLabels

buttonGroupSortBy

javax.swing.ButtonGroup buttonGroupSortBy

radioButtonSortByName

javax.swing.JRadioButton radioButtonSortByName

radioButtonSortByValue

javax.swing.JRadioButton radioButtonSortByValue

listCount

int listCount

unionPane

javax.swing.JScrollPane unionPane

unionList

javax.swing.JList unionList

buttonsPanelSortBy

javax.swing.JPanel buttonsPanelSortBy

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.DocSOMPanel extends AbstractSelectionPanel implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.GHSOMNavigationPanel extends AbstractSelectionPanel implements Serializable

serialVersionUID: 6360870188975691823L

Serialized Fields

btDrillDown

javax.swing.JButton btDrillDown
The drill down JButton.


btRollUp

javax.swing.JButton btRollUp
The roll up JButton.


currentLevel

int currentLevel
the current viewed level


currentUnit

Unit currentUnit
The currently selected Unit.


logger

java.util.logging.Logger logger
The logger for this type.


openedFrames

java.util.Vector<E> openedFrames
a vector containing all opened sub-frames


rootLayer

GHSOMHierarchyRoot rootLayer

somPane

SOMPane somPane
Reference to the som pane.

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.LabelEditColorChooser extends ColorChooser implements Serializable

serialVersionUID: 1L

Serialized Fields

text

edu.umd.cs.piccolo.nodes.PText text

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.MapDetailPanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

spinnerThreshold

javax.swing.JSpinner[] spinnerThreshold

labelCurrentZoom

javax.swing.JLabel labelCurrentZoom

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.MapOverviewPane extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

moc

MapOverviewPane.MapOverviewCanvas moc

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.MapOverviewPane.MapOverviewCanvas extends edu.umd.cs.piccolo.PCanvas implements Serializable

serialVersionUID: 1L

Serialized Fields

areaVisiblePNode

edu.umd.cs.piccolo.PNode areaVisiblePNode
This is the node that shows the viewed area.


viewedCanvas

edu.umd.cs.piccolo.PCanvas viewedCanvas
This is the canvas that is being viewed


changeListener

java.beans.PropertyChangeListener changeListener
The change listener to know when to update the birds eye view.


layerCount

int layerCount

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.MultichannelPlaybackPanel extends AbstractSelectionPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

jPanel1

javax.swing.JPanel jPanel1

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

li_lines

javax.swing.JList li_lines

jScrollPane1

javax.swing.JScrollPane jScrollPane1

btn_findme_loop

javax.swing.JToggleButton btn_findme_loop

btn_findme

javax.swing.JButton btn_findme

jLabel3

javax.swing.JLabel jLabel3

pnl_layout_table_gen

javax.swing.JPanel pnl_layout_table_gen

txt_table_x

javax.swing.JTextField txt_table_x

jLabel4

javax.swing.JLabel jLabel4

txt_table_y

javax.swing.JTextField txt_table_y

jLabel5

javax.swing.JLabel jLabel5

btn_gen

javax.swing.JButton btn_gen

jScrollPane2

javax.swing.JScrollPane jScrollPane2

btn_autoassign

javax.swing.JButton btn_autoassign

btn_start

javax.swing.JButton btn_start

jLabel6

javax.swing.JLabel jLabel6

jScrollPane3

javax.swing.JScrollPane jScrollPane3

tp_help

javax.swing.JTextPane tp_help

btn_load

javax.swing.JButton btn_load

btn_save

javax.swing.JButton btn_save

tpHint

javax.swing.JTextPane tpHint

tb_layout

LayoutTable tb_layout

tbmod_layout

javax.swing.table.DefaultTableModel tbmod_layout

aavGPNs

java.util.Vector<E>[][] aavGPNs
Stores the assignments for each cell of the layout table.

The vector contains GeneralUnitPNodes


bAssignmentChanged

boolean bAssignmentChanged

somPane

SOMPane somPane

map

MapPNode map

gsom

GrowingSOM gsom

fmlt

FindMeLoopThread fmlt

bIgnoreNextSelectionChange

boolean bIgnoreNextSelectionChange
If true, changes of the selection in the SOMPane will be ignored.

Used if selection is programmatically removed (because anotehr cell in layout table is being selected; then the assigment should not be changed.


aPtdata

TPlaybackThreadDataRecord[] aPtdata
Is created and filled when parsing layout table


lhmThreads

java.util.LinkedHashMap<K,V> lhmThreads

actmod

ActivityGridModel actmod

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PaletteDisplayer extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

palette

Palette palette

showScale

boolean showScale

autoOrientation

boolean autoOrientation

orientation

int orientation

font

java.awt.Font font

showPercent

boolean showPercent

minValue

double minValue

maxValue

double maxValue

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PalettePanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

noPalette

javax.swing.JLabel noPalette

drawPalettePanel

PaletteDisplayer drawPalettePanel

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PaletteSelectionPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

paletteChangeListeners

java.util.Vector<E> paletteChangeListeners

availablePalettes

Palette[] availablePalettes

paletteDisplayer

PaletteDisplayer paletteDisplayer

paletteSelectionBox

javax.swing.JComboBox paletteSelectionBox

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PlaygroundPanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PlaylistEvaluationPane extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

txtInfile

javax.swing.JTextField txtInfile

btnEvalPL

javax.swing.JButton btnEvalPL

btnPrintPL

javax.swing.JButton btnPrintPL

playlistPrint

edu.umd.cs.piccolo.PNode playlistPrint

playlistDots

edu.umd.cs.piccolo.PNode playlistDots

playlistLines

edu.umd.cs.piccolo.PNode playlistLines

spmSeconds

javax.swing.SpinnerNumberModel spmSeconds

btnStopPLMovie

javax.swing.JButton btnStopPLMovie

stopPLMovie

boolean stopPLMovie

btnRememberPlaylist

javax.swing.JButton btnRememberPlaylist

currentPlaylist

java.lang.String currentPlaylist

rememberedPlaylists

java.lang.StringBuilder rememberedPlaylists

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.PlaySOMPanel extends AbstractSelectionPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

btPlaySelected

javax.swing.JButton btPlaySelected

btPlayAll

javax.swing.JButton btPlayAll

btDelSelected

javax.swing.JButton btDelSelected

btExportPlaylist

javax.swing.JButton btExportPlaylist

btRhythmPatternVis

javax.swing.JButton btRhythmPatternVis

btEvalSOM

javax.swing.JButton btEvalSOM

rbFlat

javax.swing.JRadioButton rbFlat

rbSmoothed

javax.swing.JRadioButton rbSmoothed

btClearHist

javax.swing.JButton btClearHist

txSearchField

javax.swing.JTextField txSearchField

lblSearch

javax.swing.JLabel lblSearch

chkCountHist

javax.swing.JCheckBox chkCountHist

PLAY_SELECTED

java.lang.String PLAY_SELECTED

PLAY_ALL

java.lang.String PLAY_ALL

DELETE_SELECTED

java.lang.String DELETE_SELECTED

EXPORT_PLAYLIST

java.lang.String EXPORT_PLAYLIST

SEARCH

java.lang.String SEARCH

SHOW_RHYTHM_PATTERN

java.lang.String SHOW_RHYTHM_PATTERN

SHOW_COUNT_HIST

java.lang.String SHOW_COUNT_HIST

CLEAR_COUNT_HIST

java.lang.String CLEAR_COUNT_HIST

EVAL_SOM

java.lang.String EVAL_SOM

evalPanel

AbstractViewerControl evalPanel

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.QuerySOMPanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

querySearchButton

javax.swing.JButton querySearchButton

documentSearchButton

javax.swing.JButton documentSearchButton

queryClearButton

javax.swing.JButton queryClearButton

documentFileChooser

javax.swing.JFileChooser documentFileChooser

queryTextField

javax.swing.JTextField queryTextField

queryStatusLabel

javax.swing.JLabel queryStatusLabel

documentStatusLabel

javax.swing.JLabel documentStatusLabel

winningUnitPNode

GeneralUnitPNode winningUnitPNode

templateVector

SOMLibTemplateVector templateVector

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.ShiftsControlPanel extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

mapPane

SOMPane mapPane

bag

java.awt.GridBagConstraints bag

noShiftInfoLoaded

javax.swing.JLabel noShiftInfoLoaded

sourceSpinner

javax.swing.JSpinner sourceSpinner

targetSpinner

javax.swing.JSpinner targetSpinner

outlierCountSpinner

javax.swing.JSpinner outlierCountSpinner

stableCountSpinner

javax.swing.JSpinner stableCountSpinner

minAbsoluteCountSpinner

javax.swing.JSpinner minAbsoluteCountSpinner

sourceLabel

javax.swing.JLabel sourceLabel

targetLabel

javax.swing.JLabel targetLabel

countLabel

javax.swing.JLabel countLabel

outlierCLabel

javax.swing.JLabel outlierCLabel

stableCLabel

javax.swing.JLabel stableCLabel

minAbsoluteCLabel

javax.swing.JLabel minAbsoluteCLabel

countPercentRB

javax.swing.JRadioButton countPercentRB

countAbsoluteRB

javax.swing.JRadioButton countAbsoluteRB

cumulativeCB

javax.swing.JCheckBox cumulativeCB

sep1

javax.swing.JSeparator sep1

sep2

javax.swing.JSeparator sep2

sep3

javax.swing.JSeparator sep3

positionLabel

javax.swing.JLabel positionLabel

posBottomRB

javax.swing.JRadioButton posBottomRB

posTopRB

javax.swing.JRadioButton posTopRB

posLeftRB

javax.swing.JRadioButton posLeftRB

posRightRB

javax.swing.JRadioButton posRightRB

positionLabelX

javax.swing.JLabel positionLabelX

positionLabelY

javax.swing.JLabel positionLabelY

positionXSpinner

javax.swing.JSpinner positionXSpinner

positionYSpinner

javax.swing.JSpinner positionYSpinner

outlierCB

javax.swing.JCheckBox outlierCB

stableCB

javax.swing.JCheckBox stableCB

adjacentCB

javax.swing.JCheckBox adjacentCB

clusterCB

javax.swing.JCheckBox clusterCB

multiMatchCB

javax.swing.JCheckBox multiMatchCB

clusterLabel

javax.swing.JLabel clusterLabel

clusterSpinner

javax.swing.JSpinner clusterSpinner

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.VisualizationControl extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

mapPane

SOMPane mapPane

initialTitle

java.lang.String initialTitle

noVisLabel

javax.swing.JLabel noVisLabel

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

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.ActivityGrid extends net.sf.jeppers.grid.JGrid implements Serializable

serialVersionUID: 1L

Serialized Fields

ROW_HEIGHT

int ROW_HEIGHT
Fixed row height


COLUMN_WIDTH

int COLUMN_WIDTH
Fixed column width

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.ActivityGridModel extends net.sf.jeppers.grid.DefaultGridModel implements Serializable

serialVersionUID: 1L

Serialized Fields

sb

java.lang.StringBuffer sb

grid

net.sf.jeppers.grid.JGrid grid

aasFirstLine

java.lang.String[][] aasFirstLine
Contains names of mixer


aasSecondLine

java.lang.String[][] aasSecondLine
Contains song names, is set via method call


aabMuted

boolean[][] aabMuted
True for the respective cell if this speaker is currently muted (eg waiting for decoding)

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.ControlFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

paused

boolean paused

lhmThreads

java.util.LinkedHashMap<K,V> lhmThreads
Contains PlaybackThreads; the key is the index of the line as a String


tuThread

TimeUpdateThread tuThread

btn_start_on_panel

javax.swing.JButton btn_start_on_panel
Reference to the Start button on the Panel. Used to en- and disable it


ii_pause

javax.swing.ImageIcon ii_pause

ii_play

javax.swing.ImageIcon ii_play

ii_stop

javax.swing.ImageIcon ii_stop

mod

ActivityGridModel mod

lb_songs1

javax.swing.JLabel lb_songs1

lb_songs2

javax.swing.JLabel lb_songs2

btn_pause

javax.swing.JButton btn_pause

btn_stop

javax.swing.JButton btn_stop

lb_Playtime1

javax.swing.JLabel lb_Playtime1

lb_Playtime2

javax.swing.JLabel lb_Playtime2

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

gr_activity

ActivityGrid gr_activity

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.LayoutTable extends javax.swing.JTable implements Serializable

serialVersionUID: 1L

Serialized Fields

aavGPNs

java.util.Vector<E>[][] aavGPNs

aasToopTips

java.lang.String[][] aasToopTips

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.MyGridCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

aabMuted

boolean[][] aabMuted
Flags that determine whether the respective speaker is currently muted and therefore should get another background colour

order of indices: [x][y]


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

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.player.PlayerControl extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

play

javax.swing.JButton play

next

javax.swing.JButton next

prev

javax.swing.JButton prev

status

javax.swing.JLabel status

playIcon

javax.swing.ImageIcon playIcon

stopIcon

javax.swing.ImageIcon stopIcon

nextIcon

javax.swing.ImageIcon nextIcon

prevIcon

javax.swing.ImageIcon prevIcon

playlist

PlayList playlist

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.player.PlaySOMPlayer extends AbstractSelectionPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

playing_marker

PlaySOMPlayer.PlayingMarker playing_marker

playList

PlayList playList

circle

edu.umd.cs.piccolo.nodes.PPath circle

nodePos

java.util.Hashtable<K,V> nodePos

txtSearch

javax.swing.JTextField txtSearch

btnSearch

javax.swing.JButton btnSearch

foundUnits

java.util.Vector<E> foundUnits

playingNode

GeneralUnitPNode playingNode

lblFindLabel

javax.swing.JLabel lblFindLabel

searchList

java.util.List<E> searchList

lblFindBusy

org.jdesktop.swingx.JXBusyLabel lblFindBusy

hitHist

int[][] hitHist

chkShowHH

javax.swing.JCheckBox chkShowHH

searchThread

PlaySOMPlayer.SearchThread searchThread

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.player.StandalonePlaySOMPlayer extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

playList

PlayList playList

tmpSongDir

java.io.File tmpSongDir

connector

StandalonePlaySOMPlayer.PocketSOMConnectionHandler connector

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

Class at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver.PocketSOMConnector extends AbstractViewerControl implements Serializable

serialVersionUID: 1L

Serialized Fields

con

PocketSOMConnector.ConnectorEndpoint con

btnServerCtrl

javax.swing.JButton btnServerCtrl

txtPIN

javax.swing.JTextField txtPIN

txtPort

javax.swing.JTextField txtPort

scpUsers

javax.swing.JScrollPane scpUsers

tblUsers

javax.swing.JTable tblUsers

utm

PocketSOMConnector.UserTableModel utm

httpServer

com.sun.net.httpserver.HttpServer httpServer

txtHttpPort

javax.swing.JTextField txtHttpPort

btnHitHist

javax.swing.JButton btnHitHist

pathHitHist

int[][] pathHitHist

pnlMerge

javax.swing.JPanel pnlMerge

chkMergeDebugPrint

javax.swing.JCheckBox chkMergeDebugPrint

pathMerger

PathMerger pathMerger

btnMergeUnitBased

javax.swing.JButton btnMergeUnitBased

btnMergeLineBased

javax.swing.JButton btnMergeLineBased

btnHighlightPath

javax.swing.JButton btnHighlightPath

btnMergePathMapSpace

javax.swing.JButton btnMergePathMapSpace

btnMergePathInputSpace

javax.swing.JButton btnMergePathInputSpace

btnReversePath

javax.swing.JButton btnReversePath

btnClearMerges

javax.swing.JButton btnClearMerges

btnMergeConcat

javax.swing.JButton btnMergeConcat

btnUsePath

javax.swing.JButton btnUsePath

Package at.tuwien.ifs.somtoolbox.data

Class at.tuwien.ifs.somtoolbox.data.ClassInfoHeaderNotFoundException extends SOMToolboxException implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.data.DataDimensionException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.input

Class at.tuwien.ifs.somtoolbox.input.DataItemLinkageMap extends java.util.Hashtable<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.input.SOMLibFileFormatException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.layers

Class at.tuwien.ifs.somtoolbox.layers.Label extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

qe

double qe

value

double value

bestContext

java.lang.String bestContext

Class at.tuwien.ifs.somtoolbox.layers.LayerAccessException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.layers.metrics

Class at.tuwien.ifs.somtoolbox.layers.metrics.MetricException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.layers.quality

Class at.tuwien.ifs.somtoolbox.layers.quality.QualityMeasureNotFoundException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.properties

Class at.tuwien.ifs.somtoolbox.properties.FileProperties extends java.util.Properties implements Serializable

serialVersionUID: 1L

Serialized Fields

isNormalized

boolean isNormalized

namePrefix

java.lang.String namePrefix

numCacheBlocks

int numCacheBlocks

outputDirectory

java.lang.String outputDirectory

randomSeed

long randomSeed

sparseData

boolean sparseData

templateFileName

java.lang.String templateFileName

vectorFileName

java.lang.String vectorFileName

workingDirectory

java.lang.String workingDirectory

usingDatabase

boolean usingDatabase

databaseServerAddress

java.lang.String databaseServerAddress

databaseName

java.lang.String databaseName

databaseUser

java.lang.String databaseUser

databasePassword

java.lang.String databasePassword

databaseTableNamePrefix

java.lang.String databaseTableNamePrefix

sourceFileName

java.lang.String sourceFileName

Class at.tuwien.ifs.somtoolbox.properties.GHSOMProperties extends SOMProperties implements Serializable

serialVersionUID: 1L

Serialized Fields

reIndex

boolean reIndex

tau2

double tau2

expandQualityMeasureName

java.lang.String expandQualityMeasureName

Class at.tuwien.ifs.somtoolbox.properties.PropertiesException extends SOMToolboxException implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.properties.SOMProperties extends java.util.Properties implements Serializable

serialVersionUID: 1L

Serialized Fields

batchSom

boolean batchSom

neighbourWidth

int neighbourWidth

learnrate

double learnrate

metricName

java.lang.String metricName

growthQualityMeasureName

java.lang.String growthQualityMeasureName

numCycles

int numCycles

numIterations

int numIterations

dumpEvery

int dumpEvery
TODO: move to FileProperties


randomSeed

long randomSeed

sigma

double sigma

tau

double tau

xSize

int xSize

ySize

int ySize

zSize

int zSize

gridTopology

Layer.GridTopology gridTopology

gridLayout

Layer.GridLayout gridLayout

usePCA

boolean usePCA

datumToUnitMappings

java.util.Vector<E> datumToUnitMappings

selectedClasses

java.util.ArrayList<E> selectedClasses

classInfoFileName

java.lang.String classInfoFileName

selectedClassMode

SOMProperties.SelectedClassMode selectedClassMode

minimumFeatureDensity

int minimumFeatureDensity

adaptiveCoordinatesThreshold

double[] adaptiveCoordinatesThreshold

Class at.tuwien.ifs.somtoolbox.properties.SOMViewerProperties extends java.util.Properties implements Serializable

serialVersionUID: 1L

Serialized Fields

htmlMapTemplatesDir

java.lang.String htmlMapTemplatesDir

Package at.tuwien.ifs.somtoolbox.reportgenerator.gui

Class at.tuwien.ifs.somtoolbox.reportgenerator.gui.InputVectorSelectorPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1701L

Serialized Fields

id

int id

name

java.lang.String name

jCheckBox

javax.swing.JCheckBox jCheckBox

jLabel

javax.swing.JLabel jLabel

Class at.tuwien.ifs.somtoolbox.reportgenerator.gui.RunResultSpecifierPane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

controller

ReportGenWindow controller

headerLabel

javax.swing.JLabel headerLabel

weightText

javax.swing.JTextField weightText

mapText

javax.swing.JTextField mapText

unitText

javax.swing.JTextField unitText

propertyText

javax.swing.JTextField propertyText

dwText

javax.swing.JTextField dwText

fileChooser

javax.swing.JFileChooser fileChooser

Package at.tuwien.ifs.somtoolbox.summarisation

Class at.tuwien.ifs.somtoolbox.summarisation.SummariserGUI extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

scrollP

javax.swing.JScrollPane scrollP

Package at.tuwien.ifs.somtoolbox.summarisation.gui

Class at.tuwien.ifs.somtoolbox.summarisation.gui.DocumentListPanel extends TitledCollapsiblePanel implements Serializable

serialVersionUID: 1L

Serialized Fields

navP

NavigationPanel navP

numbSelected

javax.swing.JLabel numbSelected

numbSentence

javax.swing.JLabel numbSentence

Class at.tuwien.ifs.somtoolbox.summarisation.gui.MultiDocumentSummarisationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

navP

NavigationPanel navP

mdstype

java.lang.String mdstype

scorer

Scorer scorer

resulth

ResultHandler resulth

documentdispl

DocumentDisplayer documentdispl

compressionValue

int compressionValue

similarityValue

double similarityValue

algorithm

java.lang.String algorithm

clickedOnce

boolean clickedOnce

sumClicked

boolean sumClicked

panelSim

javax.swing.JPanel panelSim

panelScore

javax.swing.JPanel panelScore

Class at.tuwien.ifs.somtoolbox.summarisation.gui.NavigationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

itemNames

java.lang.Object[] itemNames

scorer

Scorer scorer

resulth

ResultHandler resulth

documentdispl

DocumentDisplayer documentdispl

optionPanel

OptionPanel optionPanel

searchPanel

SearchPanel searchPanel

selectedDocument

int selectedDocument

sdsPanel

SingleDocumentSummarisationPanel sdsPanel

mdsPanel

MultiDocumentSummarisationPanel mdsPanel

doclistPanel

DocumentListPanel doclistPanel

sdsActive

boolean sdsActive

summarizer

SummariserGUI summarizer

sumClicked

boolean sumClicked

palettePanel

TitledCollapsiblePanel palettePanel

state

CommonSOMViewerStateData state

Class at.tuwien.ifs.somtoolbox.summarisation.gui.OptionPanel extends TitledCollapsiblePanel implements Serializable

serialVersionUID: 1L

Serialized Fields

navP

NavigationPanel navP

scoreCB

javax.swing.JCheckBox scoreCB

highlightCB

javax.swing.JCheckBox highlightCB

filenameCB

javax.swing.JCheckBox filenameCB

wordCB

javax.swing.JCheckBox wordCB

Class at.tuwien.ifs.somtoolbox.summarisation.gui.SearchPanel extends TitledCollapsiblePanel implements Serializable

serialVersionUID: 1L

Serialized Fields

navP

NavigationPanel navP

Class at.tuwien.ifs.somtoolbox.summarisation.gui.SingleDocumentSummarisationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

group

javax.swing.ButtonGroup group

algorithm

java.lang.String algorithm

compressionValue

int compressionValue

navP

NavigationPanel navP

scorer

Scorer scorer

resulth

ResultHandler resulth

documentdispl

DocumentDisplayer documentdispl

Package at.tuwien.ifs.somtoolbox.util

Class at.tuwien.ifs.somtoolbox.util.CentredDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.util.GridBagConstraintsIFS extends java.awt.GridBagConstraints implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.util.JMultiLineRadioButtonMenuItem extends javax.swing.JRadioButtonMenuItem implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.util.JMultiLineToolTip extends javax.swing.JToolTip implements Serializable

serialVersionUID: 1L

Serialized Fields

tipText

java.lang.String tipText

component

javax.swing.JComponent component

columns

int columns

fixedwidth

int fixedwidth

Class at.tuwien.ifs.somtoolbox.util.LeastRecentelyUsedImageCache extends java.util.LinkedHashMap<java.lang.String,java.awt.image.BufferedImage> implements Serializable

serialVersionUID: 1L

Serialized Fields

maxCacheSize

long maxCacheSize

maxCacheSizeReadable

java.lang.String maxCacheSizeReadable

Class at.tuwien.ifs.somtoolbox.util.LeastRecentlyUsedCache extends java.util.LinkedHashMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheSize

int cacheSize

Package at.tuwien.ifs.somtoolbox.util.growingCellStructures

Class at.tuwien.ifs.somtoolbox.util.growingCellStructures.GrowingCellDrawSurface extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

posScale

double posScale

data

java.lang.Object[] data

Package at.tuwien.ifs.somtoolbox.util.mnemonic

Class at.tuwien.ifs.somtoolbox.util.mnemonic.MapPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

dragListener

MapPanel.DragListener dragListener

backgroundImageMap

java.awt.image.BufferedImage backgroundImageMap

toDraw

boolean[][] toDraw

aspectRatio

double aspectRatio

nodeDiameter

double nodeDiameter

nodeSpacingX

double nodeSpacingX

nodeSpacingY

double nodeSpacingY

zoomAspect

double zoomAspect

zoomedHeight

int zoomedHeight

zoomedWidth

int zoomedWidth

Class at.tuwien.ifs.somtoolbox.util.mnemonic.MnemonicSOMGenerator extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

mainBorderLayout

java.awt.BorderLayout mainBorderLayout

controlsPanelBorderLayout

java.awt.BorderLayout controlsPanelBorderLayout

labelpanelGridBagLayout

java.awt.GridBagLayout labelpanelGridBagLayout

buttonExit

javax.swing.JButton buttonExit

buttonLoad

javax.swing.JButton buttonLoad

buttonSave

javax.swing.JButton buttonSave

fileChooser

javax.swing.JFileChooser fileChooser

labelActiveNodesTitle

javax.swing.JLabel labelActiveNodesTitle

labelActiveNodesValue

javax.swing.JLabel labelActiveNodesValue

labelStatus

javax.swing.JLabel labelStatus

controlsPanel

javax.swing.JPanel controlsPanel

buttonPanel

javax.swing.JPanel buttonPanel

labelPanel

javax.swing.JPanel labelPanel

nodeSlider

javax.swing.JSpinner nodeSlider

mapPanel

MapPanel mapPanel

buttonSaveImage

javax.swing.JButton buttonSaveImage

enabledNodes

int enabledNodes

Package at.tuwien.ifs.somtoolbox.visualization

Class at.tuwien.ifs.somtoolbox.visualization.AbstractBackgroundImageVisualizer.VisualizationControlPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

opacitySpinner

javax.swing.JSpinner opacitySpinner

interpolateCheckbox

javax.swing.JCheckBox interpolateCheckbox

contourComboBox

javax.swing.JComboBox contourComboBox

smallerFont

java.awt.Font smallerFont

reallySmallerFont

java.awt.Font reallySmallerFont

c

java.awt.GridBagConstraints c
The GridBagConstraints to be used to add components.


spinnerZSlice

javax.swing.JSpinner spinnerZSlice

Class at.tuwien.ifs.somtoolbox.visualization.AbstractItemVisualizer.AbstractSelectedItemVisualizerControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

list

javax.swing.JList list
A list containing the names of all elements.


elementToIndexMap

java.util.Hashtable<K,V> elementToIndexMap
A mapping from an element name to it's index in the list of items to be display, to provide faster access.


oldText

java.lang.String oldText
Copy of the previous search text, to prevent an update when the new search text is the same.


text

javax.swing.JTextField text
A text-field to directly search for an element.

Class at.tuwien.ifs.somtoolbox.visualization.AdaptiveCoordinatesVisualizer.AdaptiveCoordinatesControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

spinnerThresholds

javax.swing.JSpinner spinnerThresholds

labelThresholds

javax.swing.JLabel labelThresholds

Class at.tuwien.ifs.somtoolbox.visualization.ClusterConnectionsVisualizer.ClusterConnectionsControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

instantUpdateCheckBox

javax.swing.JCheckBox instantUpdateCheckBox

t1label

javax.swing.JLabel t1label

t2label

javax.swing.JLabel t2label

t3label

javax.swing.JLabel t3label

t1slider

javax.swing.JSlider t1slider

t2slider

javax.swing.JSlider t2slider

t3slider

javax.swing.JSlider t3slider

Class at.tuwien.ifs.somtoolbox.visualization.FlowBorderlineVisualizer.FlowBorderlineControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

sigmaPanel

javax.swing.JPanel sigmaPanel

sigmaSpinner

javax.swing.JSpinner sigmaSpinner

Class at.tuwien.ifs.somtoolbox.visualization.FuzzyColourCodingVisualiser.FuzzyColouringControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.visualization.PMatrix.PMatrixControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

spinnerPercentile

javax.swing.JSpinner spinnerPercentile
The JSpinner to set the radius via the percentile


textFieldRadius

javax.swing.JTextField textFieldRadius
The JTextField to directly set a radius

Class at.tuwien.ifs.somtoolbox.visualization.SmoothedDataHistograms.SDHControlPanel extends AbstractBackgroundImageVisualizer.VisualizationControlPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

spinnerSmoothingFactor

javax.swing.JSpinner spinnerSmoothingFactor
The JSpinner controlling the smoothing factor.


Package at.tuwien.ifs.somtoolbox.visualization.clustering

Class at.tuwien.ifs.somtoolbox.visualization.clustering.BorderPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ClusterElementsStorage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clusterBorders

java.util.ArrayList<E> clusterBorders

clusterLabels

java.util.ArrayList<E> clusterLabels

clusterColors

java.util.ArrayList<E> clusterColors

sticky

boolean sticky

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ClusteringAbortedException extends SOMToolboxException implements Serializable

serialVersionUID: 1L

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ClusteringTree extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 3918891774261635426L

Serialized Fields

topNode

ClusterNode topNode

allClusteringElements

java.util.SortedMap<K,V> allClusteringElements
contains all currently shown clustering layers


startFontSize

int startFontSize

width

int width

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ClusterLabel extends Label implements Serializable

serialVersionUID: 1L

Serialized Fields

sortingValue

double sortingValue

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ClusterNode extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

borderColor

java.awt.Color borderColor

selectedBorderColor

java.awt.Color selectedBorderColor

unitNodes

GeneralUnitPNode[] unitNodes

border

BorderPNode border

colorNode

ColoredClusterPNode colorNode

labelNode

edu.umd.cs.piccolo.PNode labelNode

level

int level

child1

ClusterNode child1

child2

ClusterNode child2

labelContainsValues

boolean labelContainsValues

factorValue

double factorValue

labels

ClusterLabel[] labels

mergeCost

java.lang.Double mergeCost

numberOfInputs

int numberOfInputs

centroidX

double centroidX

centroidY

double centroidY

mean

double[] mean

x

double x

y

double y

width

double width

height

double height

isSelected

boolean isSelected

Class at.tuwien.ifs.somtoolbox.visualization.clustering.ColoredClusterPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

correspondingCluster

ClusterNode correspondingCluster

Class at.tuwien.ifs.somtoolbox.visualization.clustering.LabelCoordinates extends java.awt.Point implements Serializable

serialVersionUID: 1L

Serialized Fields

label

java.lang.String label

Class at.tuwien.ifs.somtoolbox.visualization.clustering.MoreCentresThanKException extends SOMToolboxException implements Serializable

serialVersionUID: 1L


Package at.tuwien.ifs.somtoolbox.visualization.comparison

Class at.tuwien.ifs.somtoolbox.visualization.comparison.QuiverPNode extends edu.umd.cs.piccolo.PNode implements Serializable

serialVersionUID: 1L

Serialized Fields

outlierArrows

boolean outlierArrows

adjacentArrows

boolean adjacentArrows

stableArrows

boolean stableArrows

clusterArrows

boolean clusterArrows

cumulative

boolean cumulative

unitSelection

java.lang.Object[] unitSelection

sompane

SOMPane sompane

Package at.tuwien.ifs.somtoolbox.visualization.thematicmap

Class at.tuwien.ifs.somtoolbox.visualization.thematicmap.SOMRegion extends java.awt.Polygon implements Serializable

serialVersionUID: 1L

Serialized Fields

center

edu.cornell.cs.voronoi.Pnt center

segments

java.util.ArrayList<E> segments

borderColor

java.awt.Color borderColor

fillcolor

java.awt.Color fillcolor

classes

java.util.ArrayList<E> classes

mainClass

SOMClass mainClass

unit

Unit unit

classInfo

SOMLibClassInformation classInfo

resolved

boolean resolved

area

double area

indexGenerator

RndIndexGenerator indexGenerator

grids

java.util.ArrayList<E> grids

polygons

java.util.ArrayList<E> polygons

min_visible_class

double min_visible_class

paintList

java.util.ArrayList<E> paintList