Uses of Class
adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
-
Packages that use AbstractAnnotationsDisplayGenerator Package Description adams.flow.transformer adams.gui.visualization.object.annotationsdisplay -
-
Uses of AbstractAnnotationsDisplayGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractAnnotationsDisplayGenerator Modifier and Type Field Description protected AbstractAnnotationsDisplayGenerator
ImageObjectAnnotator. m_AnnotationsDisplay
the annotations display to use.Methods in adams.flow.transformer that return AbstractAnnotationsDisplayGenerator Modifier and Type Method Description AbstractAnnotationsDisplayGenerator
ImageObjectAnnotator. getAnnotationsDisplay()
Returns the generator for the annotations display.Methods in adams.flow.transformer with parameters of type AbstractAnnotationsDisplayGenerator Modifier and Type Method Description void
ImageObjectAnnotator. setAnnotationsDisplay(AbstractAnnotationsDisplayGenerator value)
Sets the generator for the annotations display. -
Uses of AbstractAnnotationsDisplayGenerator in adams.gui.visualization.object.annotationsdisplay
Subclasses of AbstractAnnotationsDisplayGenerator in adams.gui.visualization.object.annotationsdisplay Modifier and Type Class Description class
DefaultAnnotationsDisplayGenerator
Ancestor for classes that create AbstractAnnotationsPanel implementations.
-