Package clickTrainDetector.layout
Interface CTDetectorGraphics
- All Known Implementing Classes:
 MHTGraphics
public interface CTDetectorGraphics
Handles GUI interactions with each click train detection algorithm. The click train
 detector can choose between multiple algorithms.
- Author:
 - Jamie Macaulay
 
- 
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 object) Notify update. 
- 
Method Details
- 
getCTSettingsPane
javafx.scene.layout.Pane getCTSettingsPane()Pane with settings specific to the click train algorithm- Returns:
 - - the pane for click train algorithm settings.
 
 - 
getCTSidePane
javafx.scene.layout.Pane getCTSidePane()A side pane to show some basic metrics. Can be null- Returns:
 - - the side pane.
 
 - 
getParams
boolean getParams()Called to save the params from the settings pane. - 
notifyUpdate
Notify update.- Parameters:
 flag- - the update flag.
 - 
getCTSidePaneSwing
Component getCTSidePaneSwing()Get the swing version of the side pane.- Returns:
 - the swing side pane.
 
 
 -