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 OverlayImageObjectAnnotator. m_Overlaythe overlay to use.Methods in adams.flow.transformer that return Overlay Modifier and Type Method Description OverlayImageObjectAnnotator. getOverlay()Returns the overlay for the annotations.Methods in adams.flow.transformer with parameters of type Overlay Modifier and Type Method Description voidImageObjectAnnotator. 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 OverlayObjectAnnotationPanel. m_Overlaythe overlay.Methods in adams.gui.visualization.object that return Overlay Modifier and Type Method Description OverlayObjectAnnotationPanel. getOverlay()Returns the current overlay.Methods in adams.gui.visualization.object with parameters of type Overlay Modifier and Type Method Description voidObjectAnnotationPanel. 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 interfaceOverlayWithCustomAlphaSupportInterface 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 classAbstractObjectOverlayFromReportAncestor for overlays that use object locations from a report.classAbstractOverlayAncestor for overlays.classAbstractPointOverlayFromReportAncestor for overlays that use point locations from a report.classClassificationLabelTextOverlayDisplays the classification label retrieved from the field in the report and overlays it as text on the image.classMultiOverlayCombines multiple overlays.classNullOverlayDummy, paints nothing.classObjectAnnotationsFlexible overlay for object annotations.classObjectCentersOverlayFromReportclassObjectLocationsOverlayFromReportclassSimplePointOverlayFromReportFields in adams.gui.visualization.object.overlay declared as Overlay Modifier and Type Field Description protected Overlay[]MultiOverlay. m_Overlaysthe 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 MultiOverlayMultiOverlay. addOverlay(Overlay value)Adds the overlays.voidMultiOverlay. setOverlays(Overlay[] value)Sets the overlays to manage.
-