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_Cleanersthe 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 voidObjectAnnotationsFromReport. 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_Cleanersthe cleaners to use.protected AnnotationCleaner[]ObjectAnnotationsReportHandler. m_Cleanersthe 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 voidObjectAnnotationsHandler. setCleaners(AnnotationCleaner[] value)Sets the cleaners for the annotations.voidObjectAnnotationsReportHandler. 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_Cleanersthe 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 voidObjectAnnotations. 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 classAbstractAnnotationCleanerAncestor for annotation cleaners.classFilterApplies the object finder to clean the annotations.classOverlapRemovalApplies the overlapping object removal algorithm to clean the annotations.classPassThroughPerforms 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_Cleanersthe 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 voidObjectAnnotations. setCleaners(AnnotationCleaner[] value)Sets the cleaners for the annotations.
-