Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.SOMPane

Packages that use SOMPane
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.visualization.comparison   
 

Uses of SOMPane in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as SOMPane
private  SOMPane SOMViewer.mapPane
           
 

Uses of SOMPane in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as SOMPane
private  SOMPane ShiftsControlPanel.mapPane
           
private  SOMPane ClassLegendPane.mapPane
           
private  SOMPane VisualizationControl.mapPane
           
private  SOMPane ClusteringControl.mapPane
           
private  SOMPane GHSOMNavigationPanel.somPane
          Reference to the som pane.
protected  SOMPane MultichannelPlaybackPanel.somPane
           
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer.controls with parameters of type SOMPane
ClassLegendPane(SOMPane mapPane, String title, CommonSOMViewerStateData state)
           
ClusteringControl(String title, CommonSOMViewerStateData state, SOMPane mappane)
           
GHSOMNavigationPanel(CommonSOMViewerStateData state, SOMPane mapPane)
          Constructor.
MultichannelPlaybackPanel(CommonSOMViewerStateData state, SOMPane somPane)
           
ShiftsControlPanel(SOMPane mapPane, CommonSOMViewerStateData state, String title)
           
VisualizationControl(String title, CommonSOMViewerStateData state, SOMPane mapPane)
           
 

Uses of SOMPane in at.tuwien.ifs.somtoolbox.visualization.comparison
 

Fields in at.tuwien.ifs.somtoolbox.visualization.comparison declared as SOMPane
private  SOMPane QuiverPNode.sompane
           
 

Constructors in at.tuwien.ifs.somtoolbox.visualization.comparison with parameters of type SOMPane
QuiverPNode(SOMPane sompane)