Uses of Interface
adams.gui.visualization.object.objectannotations.check.AnnotationCheck
-
Packages that use AnnotationCheck Package Description adams.flow.transformer adams.gui.visualization.object.objectannotations.check adams.gui.visualization.object.overlay -
-
Uses of AnnotationCheck in adams.flow.transformer
Fields in adams.flow.transformer declared as AnnotationCheck Modifier and Type Field Description protected AnnotationCheck
ImageObjectAnnotator. m_AnnotationCheck
the annotation check to apply.Methods in adams.flow.transformer that return AnnotationCheck Modifier and Type Method Description AnnotationCheck
ImageObjectAnnotator. getAnnotationCheck()
Returns the check to apply to the annotations before enabling the OK button.Methods in adams.flow.transformer with parameters of type AnnotationCheck Modifier and Type Method Description void
ImageObjectAnnotator. setAnnotationCheck(AnnotationCheck value)
Sets the check to apply to the annotations before enabling the OK button. -
Uses of AnnotationCheck in adams.gui.visualization.object.objectannotations.check
Classes in adams.gui.visualization.object.objectannotations.check that implement AnnotationCheck Modifier and Type Class Description class
AbstractAnnotationCheck
Ancestor for annotation checks.class
MultiCheck
Applies the specified checks sequentially.class
PassThrough
Dummy, performs no checks.class
RequireMetaData
Requires the specified meta-data key to be present in all objects.Fields in adams.gui.visualization.object.objectannotations.check declared as AnnotationCheck Modifier and Type Field Description protected AnnotationCheck[]
MultiCheck. m_Checks
the checks to apply.Methods in adams.gui.visualization.object.objectannotations.check that return AnnotationCheck Modifier and Type Method Description AnnotationCheck[]
MultiCheck. getChecks()
Returns the checks to apply.Methods in adams.gui.visualization.object.objectannotations.check with parameters of type AnnotationCheck Modifier and Type Method Description void
MultiCheck. setChecks(AnnotationCheck[] value)
Sets the checks to apply. -
Uses of AnnotationCheck in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as AnnotationCheck Modifier and Type Field Description protected AnnotationCheck
ObjectAnnotations. m_AnnotationCheck
for detecting invalid annotations and displaying them differently.Methods in adams.gui.visualization.object.overlay that return AnnotationCheck Modifier and Type Method Description AnnotationCheck
ObjectAnnotations. getAnnotationCheck()
Returns the check scheme to use for identifying invalid annotations.Methods in adams.gui.visualization.object.overlay with parameters of type AnnotationCheck Modifier and Type Method Description void
ObjectAnnotations. setAnnotationCheck(AnnotationCheck value)
Sets the check scheme to use for identifying invalid annotations.
-