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 SelectionShapePainterImageViewer. m_SelectionShapePainterthe painter for the selection shape.Methods in adams.flow.sink that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainterImageViewer. getSelectionShapePainter()Returns the painter for the selection shape.Methods in adams.flow.sink with parameters of type SelectionShapePainter Modifier and Type Method Description voidImageViewer. 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 SelectionShapePainterImageAnnotator.AnnotatorPanel. m_SelectionShapePainterthe painter for the selection shape.protected SelectionShapePainterImageAnnotator. m_SelectionShapePainterthe painter for the selection shape.Methods in adams.flow.transformer that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainterImageAnnotator. getSelectionShapePainter()Returns the painter for the selection shape.Methods in adams.flow.transformer with parameters of type SelectionShapePainter Modifier and Type Method Description voidImageAnnotator. 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 SelectionShapePainterAnnotateImage. m_SelectionShapePainterthe painter for the selection shape.Methods in adams.gui.tools.previewbrowser that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainterAnnotateImage. getSelectionShapePainter()Returns the painter for the selection shape.Methods in adams.gui.tools.previewbrowser with parameters of type SelectionShapePainter Modifier and Type Method Description voidAnnotateImage. 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 SelectionShapePainterImagePanel.PaintPanel. m_SelectionShapePainterthe color of the selection box.Methods in adams.gui.visualization.image that return SelectionShapePainter Modifier and Type Method Description SelectionShapePainterImagePanel. getSelectionShapePainter()Returns the painter to use for the selection shape.SelectionShapePainterImagePanel.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 voidImagePanel.PaintPanel. setSelectionShapePainter(SelectionShapePainter value)Sets the painter for the selection shape.voidImagePanel. 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 interfaceColorSelectionShapePainterInterface for selection shape painters that use a single color.interfaceStrokeSelectionShapePainterFor selection shape painters that use a stroke.Classes in adams.gui.visualization.image.selectionshape that implement SelectionShapePainter Modifier and Type Class Description classAbstractSelectionShapePainterAncestor for shape painters.classAbstractStrokeSelectionShapePainterFor selection shape painters that use a stroke.classPolygonPainterPaints a polygon from the mouse point trace.classRectanglePainterPaints a simple rectangle, using the top-left and bottom-right coordinates.
-