Uses of Interface
adams.gui.visualization.image.selection.SelectionProcessor
-
Packages that use SelectionProcessor Package Description adams.flow.sink adams.flow.transformer adams.gui.tools.previewbrowser adams.gui.visualization.image.selection -
-
Uses of SelectionProcessor in adams.flow.sink
Fields in adams.flow.sink declared as SelectionProcessor Modifier and Type Field Description protected SelectionProcessor
ImageViewer. m_SelectionProcessor
the selection processor to apply.Methods in adams.flow.sink that return SelectionProcessor Modifier and Type Method Description SelectionProcessor
ImageViewer. getSelectionProcessor()
Returns the selection processor in use.Methods in adams.flow.sink with parameters of type SelectionProcessor Modifier and Type Method Description void
ImageViewer. setSelectionProcessor(SelectionProcessor value)
Sets the selection processor to use. -
Uses of SelectionProcessor in adams.flow.transformer
Fields in adams.flow.transformer declared as SelectionProcessor Modifier and Type Field Description protected SelectionProcessor
ImageAnnotator.AnnotatorPanel. m_ActualSelectionProcessor
the actual selection processor.protected SelectionProcessor
ImageAnnotator.AnnotatorPanel. m_SelectionProcessor
the selection processor to apply.protected SelectionProcessor
ImageAnnotator. m_SelectionProcessor
the selection processor to apply.Methods in adams.flow.transformer that return SelectionProcessor Modifier and Type Method Description SelectionProcessor
ImageAnnotator. getSelectionProcessor()
Returns the selection processor in use.Methods in adams.flow.transformer with parameters of type SelectionProcessor Modifier and Type Method Description void
ImageAnnotator. setSelectionProcessor(SelectionProcessor value)
Sets the selection processor to use.Constructors in adams.flow.transformer with parameters of type SelectionProcessor Constructor Description AnnotatorPanel(String prefix, String suffix, BaseString[] labels, SelectionProcessor selectionProcessor, SelectionShapePainter selectionShapePainter, ImageOverlay overlay, double zoom, InteractionLoggingFilter interactionLoggingFilter)
Initializes the panel. -
Uses of SelectionProcessor in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as SelectionProcessor Modifier and Type Field Description protected SelectionProcessor
AnnotateImage. m_SelectionProcessor
the selection processor to apply.Methods in adams.gui.tools.previewbrowser that return SelectionProcessor Modifier and Type Method Description SelectionProcessor
AnnotateImage. getSelectionProcessor()
Returns the selection processor in use.Methods in adams.gui.tools.previewbrowser with parameters of type SelectionProcessor Modifier and Type Method Description void
AnnotateImage. setSelectionProcessor(SelectionProcessor value)
Sets the selection processor to use. -
Uses of SelectionProcessor in adams.gui.visualization.image.selection
Subinterfaces of SelectionProcessor in adams.gui.visualization.image.selection Modifier and Type Interface Description interface
SelectionProcessorWithLabelSupport
Interface for selection processors that support labels.Classes in adams.gui.visualization.image.selection that implement SelectionProcessor Modifier and Type Class Description class
AbstractPaintingSelectionProcessor
Ancestor for processors that paint with a certain color and stroke thickness.class
AbstractSelectionProcessor
Ancestor for classes that react to selection in an image.class
AbstractSelectionRectangleBasedSelectionProcessor
Ancestor for selection processors that make use of theSelectionRectangle
class.class
CopyToClipboard
Copies the selection to the system's clipboard.class
Crop
Crops the image to the current selection and stores crop information in the report (prefix: Crop.).class
MultiSelectionProcessor
Applies all the sub-processors sequentially.class
NullProcessor
Dummy processor, does nothing.class
PaintSelection
Paints the selection in the specified color.class
SelectObjects
Allows the user to select objects in the image.
The locations get stored in the attached report.
If the <ctrl> key is pressed while drawing a selection rectangle, all enclosed locations get removed.class
ShowCoordinates
Shows the coordination of the selection.Fields in adams.gui.visualization.image.selection declared as SelectionProcessor Modifier and Type Field Description protected SelectionProcessor[]
MultiSelectionProcessor. m_Processors
the processors.Methods in adams.gui.visualization.image.selection that return SelectionProcessor Modifier and Type Method Description SelectionProcessor[]
MultiSelectionProcessor. getProcessors()
Returns the sub-processors.SelectionProcessor
AbstractSelectionProcessor. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.SelectionProcessor
AbstractSelectionProcessor. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.gui.visualization.image.selection with parameters of type SelectionProcessor Modifier and Type Method Description void
MultiSelectionProcessor. setProcessors(SelectionProcessor[] value)
Sets the sub-processors.
-