Class CPODTDSettingsPane

java.lang.Object
cpod.dataPlotFX.CPODTDSettingsPane
All Implemented Interfaces:
TDSettingsPane

public class CPODTDSettingsPane extends Object implements TDSettingsPane
The settings pane for CPOD detections on the TDGraphFX.
Author:
Jamie Macaulay
  • Constructor Details

    • CPODTDSettingsPane

      public CPODTDSettingsPane(CPODPlotInfoFX cpodPlotInfoFX)
  • 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 interface TDSettingsPane
      Returns:
      an icon which shows when this settings pane is hidden
    • getShowingName

      public String getShowingName()
      Description copied from interface: TDSettingsPane
      Get the name which shows on the setting tab when showing.
      Specified by:
      getShowingName in interface TDSettingsPane
      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 interface TDSettingsPane
      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 interface TDSettingsPane
      Returns:
      pane with controls to change display settings.