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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PanePane with settings specific to the click train algorithmjavafx.scene.layout.PaneA side pane to show some basic metrics.Get the swing version of the side pane.booleanCalled to save the params from the settings pane.voidnotifyUpdate(int flag, Object data) Notify update.voidUpdate the side panel. 
- 
Constructor Details
- 
MHTGraphics
 
 - 
 - 
Method Details
- 
getCTSettingsPane
public javafx.scene.layout.Pane getCTSettingsPane()Description copied from interface:CTDetectorGraphicsPane with settings specific to the click train algorithm- Specified by:
 getCTSettingsPanein interfaceCTDetectorGraphics- Returns:
 - - the pane for click train algorithm settings.
 
 - 
getParams
public boolean getParams()Description copied from interface:CTDetectorGraphicsCalled to save the params from the settings pane.- Specified by:
 getParamsin interfaceCTDetectorGraphics
 - 
getCTSidePane
public javafx.scene.layout.Pane getCTSidePane()Description copied from interface:CTDetectorGraphicsA side pane to show some basic metrics. Can be null- Specified by:
 getCTSidePanein interfaceCTDetectorGraphics- Returns:
 - - the side pane.
 
 - 
getCTSidePaneSwing
Description copied from interface:CTDetectorGraphicsGet the swing version of the side pane.- Specified by:
 getCTSidePaneSwingin interfaceCTDetectorGraphics- Returns:
 - the swing side pane.
 
 - 
updateGraphics
public void updateGraphics()Update the side panel.- Parameters:
 kCount- - the kcount
 - 
notifyUpdate
Description copied from interface:CTDetectorGraphicsNotify update.- Specified by:
 notifyUpdatein interfaceCTDetectorGraphics- Parameters:
 flag- - the update flag.
 
 -