Package cpod.dataPlotFX
Class CPODTDSettingsPane
java.lang.Object
cpod.dataPlotFX.CPODTDSettingsPane
- All Implemented Interfaces:
TDSettingsPane
The settings pane for CPOD detections on the TDGraphFX.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
Get an icon for the settings pane when hiding.javafx.scene.layout.Pane
getPane()
Get the settings panejavafx.scene.Node
Icon to show on settings tab, along with name, when settings tab is showing.Get the name which shows on the setting tab when showing.
-
Constructor Details
-
CPODTDSettingsPane
-
-
Method Details
-
getHidingIcon
public javafx.scene.Node getHidingIcon()Description copied from interface:TDSettingsPane
Get an icon for the settings pane when hiding.- Specified by:
getHidingIcon
in interfaceTDSettingsPane
- Returns:
- an icon which shows when this settings pane is hidden
-
getShowingName
Description copied from interface:TDSettingsPane
Get the name which shows on the setting tab when showing.- Specified by:
getShowingName
in interfaceTDSettingsPane
- Returns:
- name to show on tab when not hiding.
-
getShowingIcon
public javafx.scene.Node getShowingIcon()Description copied from interface:TDSettingsPane
Icon to show on settings tab, along with name, when settings tab is showing.- Specified by:
getShowingIcon
in interfaceTDSettingsPane
- Returns:
- Icon to show on settings tab when showing. Can be null for no Icon.
-
getPane
public javafx.scene.layout.Pane getPane()Description copied from interface:TDSettingsPane
Get the settings pane- Specified by:
getPane
in interfaceTDSettingsPane
- Returns:
- pane with controls to change display settings.
-