Package dataMap.layoutFX
Class DataMapGUIFX
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
dataMap.layoutFX.DataMapGUIFX
- All Implemented Interfaces:
DataMapControlGUI
The GUI for the data map.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The data map displays to add.void
Called whenever new data sources have been added to the datamap.void
notifyModelChanged
(int changeType) void
Methods inherited from class pamViewFX.PamControlledGUIFX
getGUIFlag, getSettingsPane, getSidePanes, updateParams
Methods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange
-
Constructor Details
-
DataMapGUIFX
-
-
Method Details
-
getDisplays
The data map displays to add.- Overrides:
getDisplays
in classPamControlledGUIFX
- Returns:
- display to add to the GUI.
-
newDataSources
public void newDataSources()Description copied from interface:DataMapControlGUI
Called whenever new data sources have been added to the datamap.- Specified by:
newDataSources
in interfaceDataMapControlGUI
-
createDataGraphs
public void createDataGraphs()- Specified by:
createDataGraphs
in interfaceDataMapControlGUI
-
repaintAll
public void repaintAll()- Specified by:
repaintAll
in interfaceDataMapControlGUI
-
notifyModelChanged
public void notifyModelChanged(int changeType)
-