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 voidImageAnnotator.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 voidAbstractPixelSelectorOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Paints the actual overlay over the image.protected voidClassificationOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Paints the actual overlay over the image.protected voidRectangleOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Paints the actual overlay over the image.protected voidSimpleOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Paints the actual overlay over the image.voidClassificationOverlay. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidRectangleOverlay. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidSimpleOverlay. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidAbstractPixelSelectorOverlay. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidAbstractPixelSelectorOverlay. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidAbstractPixelSelectorOverlay. 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 voidImagePanelLeftClickListener. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidImagePanelSelectionListener. 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.PaintPanelAbstractObjectOverlayFromReport. m_Ownerthe owning panel.protected ImagePanel.PaintPanelAbstractPointOverlayFromReport. m_Ownerthe owning panel.protected ImagePanel.PaintPanelObjectAnnotations. m_Ownerthe owning panel.protected ImagePanel.PaintPanelImagePanel. m_PaintPanelthe panel to paint on.Methods in adams.gui.visualization.image that return ImagePanel.PaintPanel Modifier and Type Method Description ImagePanel.PaintPanelAbstractObjectOverlayFromReport. getOwner()Returns the owning panel.ImagePanel.PaintPanelAbstractPointOverlayFromReport. getOwner()Returns the owning panel.ImagePanel.PaintPanelObjectAnnotations. getOwner()Returns the owning panel.ImagePanel.PaintPanelImagePanel. 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 voidAbstractObjectOverlayFromReport. customizePopupMenu(ImagePanel.PaintPanel source, JPopupMenu menu)For customizing the popup menu.voidAbstractPointOverlayFromReport. customizePopupMenu(ImagePanel.PaintPanel source, JPopupMenu menu)For customizing the popup menu.protected abstract voidAbstractImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidAbstractObjectOverlayFromReport. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidAbstractPointOverlayFromReport. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidBoofCVDetectLineSegmentsImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidBoofCVDetectLinesImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidHighlightLocations. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidMetaDataText. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidMultiImageOverlay. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidNullOverlay. doImageChanged(ImagePanel.PaintPanel panel)Does nothing.protected voidObjectAnnotations. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidWatermarkOverlay. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected abstract voidAbstractObjectOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected abstract voidAbstractPointOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidObjectAnnotations. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, LocatedObjects annotations)Performs the actual painting of the objects.protected voidObjectCentersOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidObjectLocationsOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected voidSimplePointOverlayFromReport. doPaintObjects(ImagePanel.PaintPanel panel, Graphics g, List<Polygon> locations)Performs the actual painting of the objects.protected abstract voidAbstractImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidAbstractObjectOverlayFromReport. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidAbstractPointOverlayFromReport. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidBoofCVDetectLineSegmentsImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidBoofCVDetectLinesImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidHighlightLocations. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidMetaDataText. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidMultiImageOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidNullOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Does nothing.protected voidObjectAnnotations. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.protected voidWatermarkOverlay. doPaintOverlay(ImagePanel.PaintPanel panel, Graphics g)Performs the actual painting of the overlay.voidAbstractImageOverlay. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidImageOverlay. imageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidObjectAnnotations. initAnnotations(ImagePanel.PaintPanel panel)Initializes the annotations.voidAbstractImageOverlay. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidAbstractObjectOverlayFromReport. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidAbstractPointOverlayFromReport. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidImageOverlay. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidObjectAnnotations. overlayAdded(ImagePanel.PaintPanel panel)Gets called when the image overlay got added to a paintable panel.voidAbstractImageOverlay. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidAbstractObjectOverlayFromReport. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidAbstractPointOverlayFromReport. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidImageOverlay. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidObjectAnnotations. overlayRemoved(ImagePanel.PaintPanel panel)Gets called when the image overlay got removed from a paintable panel.voidAbstractImageOverlay. paintOverlay(ImagePanel.PaintPanel panel, Graphics g)Paints the overlay over the image.voidImageOverlay. 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 voidAbstractLeftClickProcessor. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidAbstractSelectionRectangleBasedLeftClickProcessor. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidAbstractLeftClickProcessor. 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.PaintPanelAbstractPaintlet. getPaintPanel()Returns the paint panel of the panel, null if no panel present.ImagePanel.PaintPanelPaintlet. getPaintPanel()Returns the paint panel of the panel, null if no panel present.ImagePanel.PaintPanelAbstractPaintlet. 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 voidAbstractSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidAbstractSelectionRectangleBasedSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.protected voidMultiSelectionProcessor. doImageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidAbstractSelectionProcessor. 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 booleanPolygonPainter. 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.booleanRectanglePainter. 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.booleanSelectionShapePainter. 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 booleanAbstractSelectionShapePainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Checks whether painting is possible.protected booleanPolygonPainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Checks whether painting is possible.protected booleanRectanglePainter. canPaint(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Checks whether painting is possible.protected abstract voidAbstractSelectionShapePainter. doPaintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.protected voidAbstractStrokeSelectionShapePainter. doPaintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.protected abstract voidAbstractStrokeSelectionShapePainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.protected voidPolygonPainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.protected voidRectanglePainter. doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.voidAbstractSelectionShapePainter. paintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.voidSelectionShapePainter. paintSelectionShape(ImagePanel.PaintPanel owner, Graphics g, Point topLeft, Point bottomRight, List<Point> trace)Paints the selection shape.
-