Package annotationMark.spectrogram
Class SpectrogramMarkParams
java.lang.Object
annotationMark.spectrogram.SpectrogramMarkParams
- All Implemented Interfaces:
 Serializable,ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -