Package annotationMark.spectrogram
Class SpectrogramMarkParams
java.lang.Object
annotationMark.spectrogram.SpectrogramMarkParams
- All Implemented Interfaces:
Serializable
,ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationChoices
(SpectrogramMarkAnnotationHandler annotationChoiceHandler) Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SpectrogramMarkParams
public SpectrogramMarkParams()
-
-
Method Details
-
getAnnotationChoices
public AnnotationChoices getAnnotationChoices(SpectrogramMarkAnnotationHandler annotationChoiceHandler) - Returns:
- the annotationChoices
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-