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

Packages that use MapPNode
at.tuwien.ifs.somtoolbox.apps.analysis   
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.apps.viewer.controls.psomserver   
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils   
at.tuwien.ifs.somtoolbox.apps.viewer.handlers This package provides event handlers for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.visualization Provides classes creating visualisations of trained SOMs. 
at.tuwien.ifs.somtoolbox.visualization.comparison   
 

Uses of MapPNode in at.tuwien.ifs.somtoolbox.apps.analysis
 

Fields in at.tuwien.ifs.somtoolbox.apps.analysis declared as MapPNode
private  MapPNode PLClusterSpaceAnalyser.map
           
private  MapPNode PlaylistAnalysis.map
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.analysis that return MapPNode
 MapPNode PlaylistAnalysis.getMap()
           
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as MapPNode
private  MapPNode SOMPane.map
           
private  MapPNode SOMPane.map2
           
 MapPNode CommonSOMViewerStateData.mapPNode
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return MapPNode
 MapPNode SOMPane.getMap()
           
private  MapPNode SOMViewer.getMap()
           
 MapPNode GeneralUnitPNode.getMapPNode()
           
 MapPNode SOMPane.getSecondMap()
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type MapPNode
private  void SOMPane.updateClassSelection(int[] indices, MapPNode mapPNode)
           
 

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

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as MapPNode
protected  MapPNode MultichannelPlaybackPanel.map
           
 

Uses of MapPNode in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver declared as MapPNode
private  MapPNode PathMerger.map
           
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver with parameters of type MapPNode
PathMerger(MapPNode map)
           
PathMerger(MapPNode map, boolean debug)
           
 

Uses of MapPNode in at.tuwien.ifs.somtoolbox.apps.viewer.fileutils
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.fileutils with parameters of type MapPNode
private static Document LabelXmlUtils.createXmlDocument(MapPNode map)
          Creates a XML Document containing all labels from the map
static void ExportUtils.drawClassInfo(GrowingLayer growingLayer, MapPNode mapPnode, double unitWidth, Graphics2D graphics)
           
static void ExportUtils.drawLinkInfo(GrowingLayer growingLayer, MapPNode mapPnode, double unitWidth, Graphics2D graphics, String dataFilesPrefix)
           
static boolean LabelXmlUtils.saveLabelsToFile(MapPNode map, File f)
          Saves the labels(cluster labels and manual labels) of the map to the file.
 

Uses of MapPNode in at.tuwien.ifs.somtoolbox.apps.viewer.handlers
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.handlers declared as MapPNode
private  MapPNode MyMapInputEventHandler.mapNode
           
private  MapPNode ClusterSelectionEventHandler.mapPNode
           
 

Uses of MapPNode in at.tuwien.ifs.somtoolbox.visualization
 

Fields in at.tuwien.ifs.somtoolbox.visualization declared as MapPNode
protected  MapPNode AbstractBackgroundImageVisualizer.map
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization with parameters of type MapPNode
static void Visualizations.initVisualizations(SharedSOMVisualisationData inputObjects, SOMInputReader reader, MapPNode map)
          Initialises all registered visualisation - sets the SharedSOMVisualisationData input objects, the MapPNode map, and default palettes.
 void BackgroundImageVisualizer.setMap(MapPNode map)
          Sets the map this visualiser operates on.
 void AbstractBackgroundImageVisualizer.setMap(MapPNode map)
           
 

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

Methods in at.tuwien.ifs.somtoolbox.visualization.comparison with parameters of type MapPNode
 ArrayList<Shift> SOMComparison.calculateClusterShifts(MapPNode map1, MapPNode map2)