Class CTMSettingsPanel
java.lang.Object
clickDetector.localisation.ClickLocDialogPanel
annotation.localise.targetmotion.TMSettingsPanel
clickTrainDetector.layout.localisation.CTMSettingsPanel
- All Implemented Interfaces:
AnnotationSettingsPanel
,PamDialogPanel
Settings panel with some additional settings.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionCTMSettingsPanel
(CTMAnntoationType clickAnnotationType, GeneralGroupLocaliser tmGroupLocaliser) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSettings
(AnnotationOptions annotationOptions) Set params in the dialog panelMethods inherited from class annotation.localise.targetmotion.TMSettingsPanel
getAnnotationOptions, getSwingPanel
Methods inherited from class clickDetector.localisation.ClickLocDialogPanel
getDialogComponent, getFilterPanel, getGroupLocaliser, getLocPanel, getParams, getTabPane, setParams
-
Constructor Details
-
CTMSettingsPanel
public CTMSettingsPanel(CTMAnntoationType clickAnnotationType, GeneralGroupLocaliser tmGroupLocaliser)
-
-
Method Details
-
setSettings
Description copied from interface:AnnotationSettingsPanel
Set params in the dialog panel- Specified by:
setSettings
in interfaceAnnotationSettingsPanel
- Overrides:
setSettings
in classTMSettingsPanel
-
getSettings
- Specified by:
getSettings
in interfaceAnnotationSettingsPanel
- Overrides:
getSettings
in classTMSettingsPanel
- Returns:
- parameters from the dialog panel.
-