Class MHTGraphics

java.lang.Object
clickTrainDetector.layout.mht.MHTGraphics
All Implemented Interfaces:
CTDetectorGraphics

public class MHTGraphics extends Object implements CTDetectorGraphics
Graphics for the click train detector.
Author:
Jamie Macaulay
  • Constructor Details

  • Method Details

    • getCTSettingsPane

      public javafx.scene.layout.Pane getCTSettingsPane()
      Description copied from interface: CTDetectorGraphics
      Pane with settings specific to the click train algorithm
      Specified by:
      getCTSettingsPane in interface CTDetectorGraphics
      Returns:
      - the pane for click train algorithm settings.
    • getParams

      public boolean getParams()
      Description copied from interface: CTDetectorGraphics
      Called to save the params from the settings pane.
      Specified by:
      getParams in interface CTDetectorGraphics
    • getCTSidePane

      public javafx.scene.layout.Pane getCTSidePane()
      Description copied from interface: CTDetectorGraphics
      A side pane to show some basic metrics. Can be null
      Specified by:
      getCTSidePane in interface CTDetectorGraphics
      Returns:
      - the side pane.
    • getCTSidePaneSwing

      public Component getCTSidePaneSwing()
      Description copied from interface: CTDetectorGraphics
      Get the swing version of the side pane.
      Specified by:
      getCTSidePaneSwing in interface CTDetectorGraphics
      Returns:
      the swing side pane.
    • updateGraphics

      public void updateGraphics()
      Update the side panel.
      Parameters:
      kCount - - the kcount
    • notifyUpdate

      public void notifyUpdate(int flag, Object data)
      Description copied from interface: CTDetectorGraphics
      Notify update.
      Specified by:
      notifyUpdate in interface CTDetectorGraphics
      Parameters:
      flag - - the update flag.