Package clickTrainDetector.layout.mht
Class MHTGraphics
java.lang.Object
clickTrainDetector.layout.mht.MHTGraphics
- All Implemented Interfaces:
CTDetectorGraphics
Graphics for the click train detector.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Pane with settings specific to the click train algorithmjavafx.scene.layout.Pane
A side pane to show some basic metrics.Get the swing version of the side pane.boolean
Called to save the params from the settings pane.void
notifyUpdate
(int flag, Object data) Notify update.void
Update the side panel.
-
Constructor Details
-
MHTGraphics
-
-
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 interfaceCTDetectorGraphics
- 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 interfaceCTDetectorGraphics
-
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 interfaceCTDetectorGraphics
- Returns:
- - the side pane.
-
getCTSidePaneSwing
Description copied from interface:CTDetectorGraphics
Get the swing version of the side pane.- Specified by:
getCTSidePaneSwing
in interfaceCTDetectorGraphics
- Returns:
- the swing side pane.
-
updateGraphics
public void updateGraphics()Update the side panel.- Parameters:
kCount
- - the kcount
-
notifyUpdate
Description copied from interface:CTDetectorGraphics
Notify update.- Specified by:
notifyUpdate
in interfaceCTDetectorGraphics
- Parameters:
flag
- - the update flag.
-