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 ObjectAnnotationPanel
ImageLabeler. m_PanelObjectAnnotation
the panel.protected ObjectAnnotationPanel
ImageObjectAnnotator. m_PanelObjectAnnotation
the panel. -
Uses of ObjectAnnotationPanel in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as ObjectAnnotationPanel Modifier and Type Field Description protected ObjectAnnotationPanel
CanvasPanel. m_Owner
the owner.Methods in adams.gui.visualization.object that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanel
CanvasPanel. getOwner()
Returns the owner.Methods in adams.gui.visualization.object with parameters of type ObjectAnnotationPanel Modifier and Type Method Description void
CanvasPanel. 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 ObjectAnnotationPanel
AbstractAnnotationsDisplayPanel. m_Owner
the owner.Methods in adams.gui.visualization.object.annotationsdisplay that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanel
AbstractAnnotationsDisplayPanel. getOwner()
Sets the owning panel.Methods in adams.gui.visualization.object.annotationsdisplay with parameters of type ObjectAnnotationPanel Modifier and Type Method Description void
AbstractAnnotationsDisplayPanel. 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 ObjectAnnotationPanel
AbstractAnnotator. m_Owner
the owner.Methods in adams.gui.visualization.object.annotator that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanel
AbstractAnnotator. getOwner()
Returns the owner.Methods in adams.gui.visualization.object.annotator with parameters of type ObjectAnnotationPanel Modifier and Type Method Description void
AbstractAnnotator. 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 ObjectAnnotationPanel
AbstractLabelSelectorPanel. m_Owner
the owner.Methods in adams.gui.visualization.object.labelselector that return ObjectAnnotationPanel Modifier and Type Method Description ObjectAnnotationPanel
AbstractLabelSelectorPanel. getOwner()
Returns the owning panel.ObjectAnnotationPanel
LabelSelector. getOwner()
Returns the owning panel.Methods in adams.gui.visualization.object.labelselector with parameters of type ObjectAnnotationPanel Modifier and Type Method Description abstract AbstractLabelSelectorPanel
AbstractLabelSelectorGenerator. generate(ObjectAnnotationPanel owner)
Generates the panel.AbstractLabelSelectorPanel
ButtonSelectorGenerator. generate(ObjectAnnotationPanel owner)
Generates the panel.AbstractLabelSelectorPanel
ButtonSelectorWithColorGenerator. generate(ObjectAnnotationPanel owner)
Generates the panel.AbstractLabelSelectorPanel
ComboBoxSelectorGenerator. generate(ObjectAnnotationPanel owner)
Generates the panel.AbstractLabelSelectorPanel
NoPanelGenerator. generate(ObjectAnnotationPanel owner)
Generates the panel.void
AbstractLabelSelectorPanel. setOwner(ObjectAnnotationPanel value)
Sets the owning panel.void
LabelSelector. 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 LocatedObjects
AbstractMouseClickProcessor. determineHits(ObjectAnnotationPanel panel, MouseEvent e)
Determines the object hits for the mouse location.protected abstract void
AbstractMouseClickProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
AddMetaData. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
DeleteObjects. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
MultiProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
NullProcessor. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
SetLabel. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.protected void
ViewObjects. doProcess(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.void
AbstractMouseClickProcessor. process(ObjectAnnotationPanel panel, MouseEvent e)
Processes the mouse event.void
MultiProcessor. 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 void
AbstractObjectOverlayFromReport. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected abstract void
AbstractOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected void
AbstractPointOverlayFromReport. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected void
ClassificationLabelTextOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected void
MultiOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected void
NullOverlay. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected void
ObjectAnnotations. doPaint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.protected abstract void
AbstractObjectOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected abstract void
AbstractPointOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
ObjectCentersOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
ObjectLocationsOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
SimplePointOverlayFromReport. doPaintObjects(ObjectAnnotationPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
ObjectAnnotations. initAnnotations(ObjectAnnotationPanel panel)
Initializes the annotations.void
AbstractOverlay. paint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.void
Overlay. paint(ObjectAnnotationPanel panel, Graphics g)
Paints the overlay.
-