Uses of Class
adams.gui.visualization.object.ObjectAnnotationPanel
-
-
Uses of ObjectAnnotationPanel in adams.flow.transformer
Fields in adams.flow.transformer declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanelImageLabeler. m_PanelObjectAnnotationthe panel.protected ObjectAnnotationPanelImageObjectAnnotator. m_PanelObjectAnnotationthe panel. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanelCanvasPanel. m_Ownerthe owner.Methods in adams.gui.visualization.object that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanelCanvasPanel. getOwner()Returns the owner.Methods in adams.gui.visualization.object with parameters of type ObjectAnnotationPanel Modifier and Type Method Description voidCanvasPanel. setOwner(ObjectAnnotationPanel value)Sets the owner. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object.annotationsdisplay
Fields in adams.gui.visualization.object.annotationsdisplay declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanelAbstractAnnotationsDisplayPanel. m_Ownerthe owner.Methods in adams.gui.visualization.object.annotationsdisplay that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanelAbstractAnnotationsDisplayPanel. getOwner()Sets the owning panel.Methods in adams.gui.visualization.object.annotationsdisplay with parameters of type ObjectAnnotationPanel Modifier and Type Method Description voidAbstractAnnotationsDisplayPanel. setOwner(ObjectAnnotationPanel value)Sets the owning panel. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanelAbstractAnnotator. m_Ownerthe owner.Methods in adams.gui.visualization.object.annotator that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanelAbstractAnnotator. getOwner()Returns the owner.Methods in adams.gui.visualization.object.annotator with parameters of type ObjectAnnotationPanel Modifier and Type Method Description voidAbstractAnnotator. setOwner(ObjectAnnotationPanel value)Sets the owner. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object.labelselector
Fields in adams.gui.visualization.object.labelselector declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanelAbstractLabelSelectorPanel. m_Ownerthe owner.Methods in adams.gui.visualization.object.labelselector that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanelAbstractLabelSelectorPanel. getOwner()Returns the owning panel.ObjectAnnotationPanelLabelSelector. getOwner()Returns the owning panel.Methods in adams.gui.visualization.object.labelselector with parameters of type ObjectAnnotationPanel Modifier and Type Method Description abstract AbstractLabelSelectorPanelAbstractLabelSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelButtonSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelButtonSelectorWithColorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelComboBoxSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelNoPanelGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.voidAbstractLabelSelectorPanel. setOwner(ObjectAnnotationPanel value)Sets the owning panel.voidLabelSelector. setOwner(ObjectAnnotationPanel value)Sets the owning panel.Constructors in adams.gui.visualization.object.labelselector with parameters of type ObjectAnnotationPanel Constructor Description AbstractLabelSelectorPanel(ObjectAnnotationPanel owner)Initializes the panel.ButtonSelectorPanel(ObjectAnnotationPanel owner, BaseString[] labels)Initializes the panel.ButtonSelectorWithColorPanel(ObjectAnnotationPanel owner, BaseString[] labels, BaseColor[] colors)Initializes the panel.ComboBoxSelectorPanel(ObjectAnnotationPanel owner, BaseString[] labels)Initializes the panel. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object.mouseclick
Methods in adams.gui.visualization.object.mouseclick with parameters of type ObjectAnnotationPanel Modifier and Type Method Description protected LocatedObjectsAbstractMouseClickProcessor. determineHits(ObjectAnnotationPanel panel, MouseEvent e)Determines the object hits for the mouse location.protected abstract voidAbstractMouseClickProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidAddMetaData. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidDeleteObjects. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidMultiProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidNullProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidSetLabel. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.protected voidViewObjects. doProcess(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.voidAbstractMouseClickProcessor. process(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event.voidMultiProcessor. process(ObjectAnnotationPanel panel, MouseEvent e)Processes the mouse event. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object.overlay
Methods in adams.gui.visualization.object.overlay with parameters of type ObjectAnnotationPanel Modifier and Type Method Description protected voidAbstractObjectOverlayFromReport. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected abstract voidAbstractOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected voidAbstractPointOverlayFromReport. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected voidClassificationLabelTextOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected voidMultiOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected voidNullOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected voidObjectAnnotations. doPaint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.protected abstract voidAbstractObjectOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected abstract voidAbstractPointOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidObjectCentersOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidObjectLocationsOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidSimplePointOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidObjectAnnotations. initAnnotations(ObjectAnnotationPanel panel)Initializes the annotations.voidAbstractOverlay. paint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.voidOverlay. paint(ObjectAnnotationPanel panel, Graphics g)Paints the overlay.
-