Uses of Interface
adams.gui.visualization.object.objectannotations.cleaning.AnnotationCleaner
-
-
Uses of AnnotationCleaner in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as AnnotationCleaner Modifier and Type Field Description protected AnnotationCleaner[]
ObjectAnnotationsFromReport. m_Cleaners
the cleaners to use.Methods in adams.flow.transformer.draw that return AnnotationCleaner Modifier and Type Method Description AnnotationCleaner[]
ObjectAnnotationsFromReport. getCleaners()
Returns the cleaners for the annotations.Methods in adams.flow.transformer.draw with parameters of type AnnotationCleaner Modifier and Type Method Description void
ObjectAnnotationsFromReport. setCleaners(AnnotationCleaner[] value)
Sets the cleaners for the annotations. -
Uses of AnnotationCleaner in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as AnnotationCleaner Modifier and Type Field Description protected AnnotationCleaner[]
ObjectAnnotationsHandler. m_Cleaners
the cleaners to use.protected AnnotationCleaner[]
ObjectAnnotationsReportHandler. m_Cleaners
the cleaners to use.Methods in adams.gui.tools.previewbrowser that return AnnotationCleaner Modifier and Type Method Description AnnotationCleaner[]
ObjectAnnotationsHandler. getCleaners()
Returns the cleaners for the annotations.AnnotationCleaner[]
ObjectAnnotationsReportHandler. getCleaners()
Returns the cleaners for the annotations.Methods in adams.gui.tools.previewbrowser with parameters of type AnnotationCleaner Modifier and Type Method Description void
ObjectAnnotationsHandler. setCleaners(AnnotationCleaner[] value)
Sets the cleaners for the annotations.void
ObjectAnnotationsReportHandler. setCleaners(AnnotationCleaner[] value)
Sets the cleaners for the annotations. -
Uses of AnnotationCleaner in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as AnnotationCleaner Modifier and Type Field Description protected AnnotationCleaner[]
ObjectAnnotations. m_Cleaners
the cleaners to use.Methods in adams.gui.visualization.image that return AnnotationCleaner Modifier and Type Method Description AnnotationCleaner[]
ObjectAnnotations. getCleaners()
Returns the cleaners for the annotations.Methods in adams.gui.visualization.image with parameters of type AnnotationCleaner Modifier and Type Method Description void
ObjectAnnotations. setCleaners(AnnotationCleaner[] value)
Sets the cleaners for the annotations. -
Uses of AnnotationCleaner in adams.gui.visualization.object.objectannotations.cleaning
Classes in adams.gui.visualization.object.objectannotations.cleaning that implement AnnotationCleaner Modifier and Type Class Description class
AbstractAnnotationCleaner
Ancestor for annotation cleaners.class
Filter
Applies the object finder to clean the annotations.class
OverlapRemoval
Applies the overlapping object removal algorithm to clean the annotations.class
PassThrough
Performs no cleaning, just passes through the annotations. -
Uses of AnnotationCleaner in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as AnnotationCleaner Modifier and Type Field Description protected AnnotationCleaner[]
ObjectAnnotations. m_Cleaners
the cleaners to use.Methods in adams.gui.visualization.object.overlay that return AnnotationCleaner Modifier and Type Method Description AnnotationCleaner[]
ObjectAnnotations. getCleaners()
Returns the cleaners for the annotations.Methods in adams.gui.visualization.object.overlay with parameters of type AnnotationCleaner Modifier and Type Method Description void
ObjectAnnotations. setCleaners(AnnotationCleaner[] value)
Sets the cleaners for the annotations.
-