Uses of Interface
adams.gui.visualization.object.overlay.Overlay
-
Packages that use Overlay Package Description adams.flow.transformer adams.gui.visualization.object adams.gui.visualization.object.overlay -
-
Uses of Overlay in adams.flow.transformer
Fields in adams.flow.transformer declared as Overlay Modifier and Type Field Description protected Overlay
ImageObjectAnnotator. m_Overlay
the overlay to use.Methods in adams.flow.transformer that return Overlay Modifier and Type Method Description Overlay
ImageObjectAnnotator. getOverlay()
Returns the overlay for the annotations.Methods in adams.flow.transformer with parameters of type Overlay Modifier and Type Method Description void
ImageObjectAnnotator. setOverlay(Overlay value)
Sets the overlay for the annotations. -
Uses of Overlay in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as Overlay Modifier and Type Field Description protected Overlay
ObjectAnnotationPanel. m_Overlay
the overlay.Methods in adams.gui.visualization.object that return Overlay Modifier and Type Method Description Overlay
ObjectAnnotationPanel. getOverlay()
Returns the current overlay.Methods in adams.gui.visualization.object with parameters of type Overlay Modifier and Type Method Description void
ObjectAnnotationPanel. setOverlay(Overlay value)
Sets the overlay to use. -
Uses of Overlay in adams.gui.visualization.object.overlay
Subinterfaces of Overlay in adams.gui.visualization.object.overlay Modifier and Type Interface Description interface
OverlayWithCustomAlphaSupport
Interface for overlays that allow alpha values of their color generators to be overwritten.Classes in adams.gui.visualization.object.overlay that implement Overlay Modifier and Type Class Description class
AbstractObjectOverlayFromReport
Ancestor for overlays that use object locations from a report.class
AbstractOverlay
Ancestor for overlays.class
AbstractPointOverlayFromReport
Ancestor for overlays that use point locations from a report.class
ClassificationLabelTextOverlay
Displays the classification label retrieved from the field in the report and overlays it as text on the image.class
MultiOverlay
Combines multiple overlays.class
NullOverlay
Dummy, paints nothing.class
ObjectAnnotations
Flexible overlay for object annotations.class
ObjectCentersOverlayFromReport
class
ObjectLocationsOverlayFromReport
class
SimplePointOverlayFromReport
Fields in adams.gui.visualization.object.overlay declared as Overlay Modifier and Type Field Description protected Overlay[]
MultiOverlay. m_Overlays
the overlays to combine.Methods in adams.gui.visualization.object.overlay that return Overlay Modifier and Type Method Description Overlay[]
MultiOverlay. getOverlays()
Returns the overlays to manage.Methods in adams.gui.visualization.object.overlay with parameters of type Overlay Modifier and Type Method Description MultiOverlay
MultiOverlay. addOverlay(Overlay value)
Adds the overlays.void
MultiOverlay. setOverlays(Overlay[] value)
Sets the overlays to manage.
-