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 AnnotationCheckImageObjectAnnotator. m_AnnotationCheckthe annotation check to apply.Methods in adams.flow.transformer that return AnnotationCheck Modifier and Type Method Description AnnotationCheckImageObjectAnnotator. 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 voidImageObjectAnnotator. 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 classAbstractAnnotationCheckAncestor for annotation checks.classMultiCheckApplies the specified checks sequentially.classPassThroughDummy, performs no checks.classRequireMetaDataRequires 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_Checksthe 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 voidMultiCheck. 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 AnnotationCheckObjectAnnotations. m_AnnotationCheckfor detecting invalid annotations and displaying them differently.Methods in adams.gui.visualization.object.overlay that return AnnotationCheck Modifier and Type Method Description AnnotationCheckObjectAnnotations. 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 voidObjectAnnotations. setAnnotationCheck(AnnotationCheck value)Sets the check scheme to use for identifying invalid annotations.
-