Package clickTrainDetector.localisation
Class CTMAnntoationType
java.lang.Object
annotation.DataAnnotationType<TMAnnotation>
annotation.localise.targetmotion.TMAnnotationType
clickTrainDetector.localisation.CTMAnntoationType
- All Implemented Interfaces:
LocalisationAlgorithm
Sub class of TM annotation type which has some extra functionality for
filtering click trains before target motion localisation.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from class annotation.localise.targetmotion.TMAnnotationType
clickLocDialogPanel, TMANNOTATIONNAME, tmGroupLocaliserFields inherited from class annotation.DataAnnotationType
SHORTIDCODELENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a settings panel to configure how the annotation works.Methods inherited from class annotation.localise.targetmotion.TMAnnotationType
autoAnnotate, canAnnotate, canAutoAnnotate, findLocaliserModel, getAlgorithmInfo, getAnnotationClass, getAnnotationName, getAnnotationOptions, getBinaryHandler, getDialogPanel, getShortIdCode, getSQLLoggingAddon, getTethysCreator, hasSettingsPanel, setAnnotationOptionsMethods inherited from class annotation.DataAnnotationType
getDataBlockSpeciesManager, getDataSelectCreator, getDataSelector, getSymbolModifier, getTargetDataBlock, getXMLWriter, isAnnotating, setTargetDataBlock, toString, toString
-
Constructor Details
-
CTMAnntoationType
-
-
Method Details
-
getSettingsPanel
Description copied from class:DataAnnotationTypeGet a settings panel to configure how the annotation works. Note that this is not the same as the dialog panel which can be used to enter data for a specific annotation.- Overrides:
getSettingsPanelin classTMAnnotationType- Returns:
- settings panel.
-