Uses of Interface
adams.gui.visualization.image.selectionshape.SelectionShapePainter
-
Packages that use SelectionShapePainter Package Description adams.flow.sink adams.flow.transformer adams.gui.tools.previewbrowser adams.gui.visualization.image adams.gui.visualization.image.selectionshape -
-
Uses of SelectionShapePainter in adams.flow.sink
Fields in adams.flow.sink declared as SelectionShapePainter Modifier and Type Field Description protected SelectionShapePainter
ImageViewer. m_SelectionShapePainter
the painter for the selection shape.Methods in adams.flow.sink that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainter
ImageViewer. getSelectionShapePainter()
Returns the painter for the selection shape.Methods in adams.flow.sink with parameters of type SelectionShapePainter Modifier and Type Method Description void
ImageViewer. setSelectionShapePainter(SelectionShapePainter value)
Sets the painter for the selection shape. -
Uses of SelectionShapePainter in adams.flow.transformer
Fields in adams.flow.transformer declared as SelectionShapePainter Modifier and Type Field Description protected SelectionShapePainter
ImageAnnotator.AnnotatorPanel. m_SelectionShapePainter
the painter for the selection shape.protected SelectionShapePainter
ImageAnnotator. m_SelectionShapePainter
the painter for the selection shape.Methods in adams.flow.transformer that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainter
ImageAnnotator. getSelectionShapePainter()
Returns the painter for the selection shape.Methods in adams.flow.transformer with parameters of type SelectionShapePainter Modifier and Type Method Description void
ImageAnnotator. setSelectionShapePainter(SelectionShapePainter value)
Sets the painter for the selection shape.Constructors in adams.flow.transformer with parameters of type SelectionShapePainter Constructor Description AnnotatorPanel(String prefix, String suffix, BaseString[] labels, SelectionProcessor selectionProcessor, SelectionShapePainter selectionShapePainter, ImageOverlay overlay, double zoom, InteractionLoggingFilter interactionLoggingFilter)
Initializes the panel. -
Uses of SelectionShapePainter in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as SelectionShapePainter Modifier and Type Field Description protected SelectionShapePainter
AnnotateImage. m_SelectionShapePainter
the painter for the selection shape.Methods in adams.gui.tools.previewbrowser that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainter
AnnotateImage. getSelectionShapePainter()
Returns the painter for the selection shape.Methods in adams.gui.tools.previewbrowser with parameters of type SelectionShapePainter Modifier and Type Method Description void
AnnotateImage. setSelectionShapePainter(SelectionShapePainter value)
Sets the painter for the selection shape. -
Uses of SelectionShapePainter in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as SelectionShapePainter Modifier and Type Field Description protected SelectionShapePainter
ImagePanel.PaintPanel. m_SelectionShapePainter
the color of the selection box.Methods in adams.gui.visualization.image that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainter
ImagePanel. getSelectionShapePainter()
Returns the painter to use for the selection shape.SelectionShapePainter
ImagePanel.PaintPanel. getSelectionShapePainter()
Returns the painter to use for the selection shape.Methods in adams.gui.visualization.image with parameters of type SelectionShapePainter Modifier and Type Method Description void
ImagePanel.PaintPanel. setSelectionShapePainter(SelectionShapePainter value)
Sets the painter for the selection shape.void
ImagePanel. setSelectionShapePainter(SelectionShapePainter value)
Sets the painter to use for the selection shape. -
Uses of SelectionShapePainter in adams.gui.visualization.image.selectionshape
Subinterfaces of SelectionShapePainter in adams.gui.visualization.image.selectionshape Modifier and Type Interface Description interface
ColorSelectionShapePainter
Interface for selection shape painters that use a single color.interface
StrokeSelectionShapePainter
For selection shape painters that use a stroke.Classes in adams.gui.visualization.image.selectionshape that implement SelectionShapePainter Modifier and Type Class Description class
AbstractSelectionShapePainter
Ancestor for shape painters.class
AbstractStrokeSelectionShapePainter
For selection shape painters that use a stroke.class
PolygonPainter
Paints a polygon from the mouse point trace.class
RectanglePainter
Paints a simple rectangle, using the top-left and bottom-right coordinates.
-