Uses of Package
at.tuwien.ifs.somtoolbox.util

Packages that use at.tuwien.ifs.somtoolbox.util
at.tuwien.ifs.somtoolbox.apps Classes in this package implement applications based upon SOMs, the most important being the SOMViewer
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.clustering   
at.tuwien.ifs.somtoolbox.clustering.functions   
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
at.tuwien.ifs.somtoolbox.layers Provides the basic classes constituting SOM-based neural networks. 
at.tuwien.ifs.somtoolbox.structures   
at.tuwien.ifs.somtoolbox.summarisation.gui   
at.tuwien.ifs.somtoolbox.util Provides various helper classes. 
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.apps
CentredDialog
          This class represents a JDialog that will always be centred on top of the owning JFrame.
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.apps.viewer
CentredDialog
          This class represents a JDialog that will always be centred on top of the owning JFrame.
JMultiLineRadioButtonMenuItem
          This class implements a radio button menu item that will use JMultiLineToolTip for displaying multi-line tooltips.
ProgressListener
          An interface defining a listener for progress messages.
SwingWorker
           
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.apps.viewer.controls
CentredDialog
          This class represents a JDialog that will always be centred on top of the owning JFrame.
GridBagConstraintsIFS
          A helper class around GridBagConstraints, providing convenience methods to set locations, etc..
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.clustering
Indices2D
           
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.clustering.functions
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.input
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.layers
Cuboid
          Represents a cuboid with integer coordinates.
ProgressListener
          An interface defining a listener for progress messages.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.structures
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.summarisation.gui
TogglablePanel
          A Panel that can toggle the visibility of its components.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.util
GridBagConstraintsIFS
          A helper class around GridBagConstraints, providing convenience methods to set locations, etc..
ImageUtils.Origin
           
MultiLineToolTipUI
          This is a helper class for the JMultiLineToolTip doing the actualy rendering of the multi-line tooltip.
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
ProgressListener
          An interface defining a listener for progress messages.
ProgressListenerFactory
          A singleton factory creating ProgressListeners.
StdErrProgressWriter
          A progress listener that writes the progress messages to the standard error stream (System.err).
SwingWorker.ThreadVar
          Class to maintain reference to current worker thread under separate synchronization control.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.visualization
LeastRecentelyUsedImageCache
          A least-recently-used LRU cache, based on LinkedHashMap.
LeastRecentlyUsedCache
          A least-recently-used LRU cache, based on LinkedHashMap.
Point3d
          A representation of a 3-dimensional point, similar to Point, but using double (or float (Float) precision.
 

Classes in at.tuwien.ifs.somtoolbox.util used by at.tuwien.ifs.somtoolbox.visualization.clustering
StdErrProgressWriter
          A progress listener that writes the progress messages to the standard error stream (System.err).