Uses of Class
adams.gui.visualization.image.ImagePanel.PaintPanel
-
-
Uses of ImagePanel.PaintPanel in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description void
ImageAnnotator.AnnotatorPanel. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed. -
Uses of ImagePanel.PaintPanel in adams.flow.transformer.pixelselector
Methods in adams.flow.transformer.pixelselector with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description protected abstract void
AbstractPixelSelectorOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the actual overlay over the image.protected void
ClassificationOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the actual overlay over the image.protected void
RectangleOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the actual overlay over the image.protected void
SimpleOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the actual overlay over the image.void
ClassificationOverlay. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
RectangleOverlay. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
SimpleOverlay. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
AbstractPixelSelectorOverlay. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
AbstractPixelSelectorOverlay. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
AbstractPixelSelectorOverlay. paintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the overlay over the image. -
Uses of ImagePanel.PaintPanel in adams.gui.event
Methods in adams.gui.event with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description void
ImagePanelLeftClickListener. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
ImagePanelSelectionListener. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed. -
Uses of ImagePanel.PaintPanel in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as ImagePanel.PaintPanel Modifier and Type Field Description protected ImagePanel.PaintPanel
AbstractObjectOverlayFromReport. m_Owner
the owning panel.protected ImagePanel.PaintPanel
AbstractPointOverlayFromReport. m_Owner
the owning panel.protected ImagePanel.PaintPanel
ObjectAnnotations. m_Owner
the owning panel.protected ImagePanel.PaintPanel
ImagePanel. m_PaintPanel
the panel to paint on.Methods in adams.gui.visualization.image that return ImagePanel.PaintPanel Modifier and Type Method Description ImagePanel.PaintPanel
AbstractObjectOverlayFromReport. getOwner()
Returns the owning panel.ImagePanel.PaintPanel
AbstractPointOverlayFromReport. getOwner()
Returns the owning panel.ImagePanel.PaintPanel
ObjectAnnotations. getOwner()
Returns the owning panel.ImagePanel.PaintPanel
ImagePanel. getPaintPanel()
Returns the actual panel that displays the image.Methods in adams.gui.visualization.image with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description void
AbstractObjectOverlayFromReport. customizePopupMenu(ImagePanel.PaintPanel source, JPopupMenu menu)
For customizing the popup menu.void
AbstractPointOverlayFromReport. customizePopupMenu(ImagePanel.PaintPanel source, JPopupMenu menu)
For customizing the popup menu.protected abstract void
AbstractImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
AbstractObjectOverlayFromReport. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
AbstractPointOverlayFromReport. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
BoofCVDetectLineSegmentsImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
BoofCVDetectLinesImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
HighlightLocations. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
MetaDataText. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
MultiImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
NullOverlay. doImageChanged(ImagePanel.PaintPanel panel)
Does nothing.protected void
ObjectAnnotations. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected abstract void
AbstractObjectOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected abstract void
AbstractPointOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
ObjectAnnotations. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, LocatedObjects annotations)
Performs the actual painting of the objects.protected void
ObjectCentersOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
ObjectLocationsOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected void
SimplePointOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)
Performs the actual painting of the objects.protected abstract void
AbstractImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
AbstractObjectOverlayFromReport. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
AbstractPointOverlayFromReport. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
BoofCVDetectLineSegmentsImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
BoofCVDetectLinesImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
HighlightLocations. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
MetaDataText. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
MultiImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.protected void
NullOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Does nothing.protected void
ObjectAnnotations. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Performs the actual painting of the overlay.void
AbstractImageOverlay. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
ImageOverlay. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
ObjectAnnotations. initAnnotations(ImagePanel.PaintPanel panel)
Initializes the annotations.void
AbstractImageOverlay. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
AbstractObjectOverlayFromReport. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
AbstractPointOverlayFromReport. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
ImageOverlay. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
ObjectAnnotations. overlayAdded(ImagePanel.PaintPanel panel)
Gets called when the image overlay got added to a paintable panel.void
AbstractImageOverlay. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
AbstractObjectOverlayFromReport. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
AbstractPointOverlayFromReport. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
ImageOverlay. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
ObjectAnnotations. overlayRemoved(ImagePanel.PaintPanel panel)
Gets called when the image overlay got removed from a paintable panel.void
AbstractImageOverlay. paintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the overlay over the image.void
ImageOverlay. paintOverlay(ImagePanel.PaintPanel panel, Graphics g)
Paints the overlay over the image. -
Uses of ImagePanel.PaintPanel in adams.gui.visualization.image.leftclick
Methods in adams.gui.visualization.image.leftclick with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description protected void
AbstractLeftClickProcessor. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
AbstractSelectionRectangleBasedLeftClickProcessor. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
AbstractLeftClickProcessor. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed. -
Uses of ImagePanel.PaintPanel in adams.gui.visualization.image.paintlet
Methods in adams.gui.visualization.image.paintlet that return ImagePanel.PaintPanel Modifier and Type Method Description ImagePanel.PaintPanel
AbstractPaintlet. getPaintPanel()
Returns the paint panel of the panel, null if no panel present.ImagePanel.PaintPanel
Paintlet. getPaintPanel()
Returns the paint panel of the panel, null if no panel present.ImagePanel.PaintPanel
AbstractPaintlet. getPlot()
Returns the plot panel of the panel, null if no panel present. -
Uses of ImagePanel.PaintPanel in adams.gui.visualization.image.selection
Methods in adams.gui.visualization.image.selection with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description protected void
AbstractSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
AbstractSelectionRectangleBasedSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.protected void
MultiSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.void
AbstractSelectionProcessor. imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed. -
Uses of ImagePanel.PaintPanel in adams.gui.visualization.image.selectionshape
Methods in adams.gui.visualization.image.selectionshape with parameters of type ImagePanel.PaintPanel Modifier and Type Method Description boolean
PolygonPainter. canAddTracePoint(ImagePanel.PaintPanel owner, List<Point> trace, Point p)
Returns whether the current point is at leats the specified distance away from the last one.boolean
RectanglePainter. canAddTracePoint(ImagePanel.PaintPanel owner, List<Point> trace, Point p)
Returns whether the current point is at leats the specified distance away from the last one.boolean
SelectionShapePainter. canAddTracePoint(ImagePanel.PaintPanel owner, List<Point> trace, Point p)
Returns whether the current point is at leats the specified distance away from the last one.protected abstract boolean
AbstractSelectionShapePainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Checks whether painting is possible.protected boolean
PolygonPainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Checks whether painting is possible.protected boolean
RectanglePainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Checks whether painting is possible.protected abstract void
AbstractSelectionShapePainter. doPaintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.protected void
AbstractStrokeSelectionShapePainter. doPaintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.protected abstract void
AbstractStrokeSelectionShapePainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.protected void
PolygonPainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.protected void
RectanglePainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.void
AbstractSelectionShapePainter. paintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.void
SelectionShapePainter. paintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)
Paints the selection shape.
-