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 SelectionProcessorImageViewer. m_SelectionProcessorthe selection processor to apply.Methods in adams.flow.sink that return SelectionProcessor Modifier and Type Method Description SelectionProcessorImageViewer. getSelectionProcessor()Returns the selection processor in use.Methods in adams.flow.sink with parameters of type SelectionProcessor Modifier and Type Method Description voidImageViewer. 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 SelectionProcessorImageAnnotator.AnnotatorPanel. m_ActualSelectionProcessorthe actual selection processor.protected SelectionProcessorImageAnnotator.AnnotatorPanel. m_SelectionProcessorthe selection processor to apply.protected SelectionProcessorImageAnnotator. m_SelectionProcessorthe selection processor to apply.Methods in adams.flow.transformer that return SelectionProcessor Modifier and Type Method Description SelectionProcessorImageAnnotator. getSelectionProcessor()Returns the selection processor in use.Methods in adams.flow.transformer with parameters of type SelectionProcessor Modifier and Type Method Description voidImageAnnotator. 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 SelectionProcessorAnnotateImage. m_SelectionProcessorthe selection processor to apply.Methods in adams.gui.tools.previewbrowser that return SelectionProcessor Modifier and Type Method Description SelectionProcessorAnnotateImage. getSelectionProcessor()Returns the selection processor in use.Methods in adams.gui.tools.previewbrowser with parameters of type SelectionProcessor Modifier and Type Method Description voidAnnotateImage. 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 interfaceSelectionProcessorWithLabelSupportInterface for selection processors that support labels.Classes in adams.gui.visualization.image.selection that implement SelectionProcessor Modifier and Type Class Description classAbstractPaintingSelectionProcessorAncestor for processors that paint with a certain color and stroke thickness.classAbstractSelectionProcessorAncestor for classes that react to selection in an image.classAbstractSelectionRectangleBasedSelectionProcessorAncestor for selection processors that make use of theSelectionRectangleclass.classCopyToClipboardCopies the selection to the system's clipboard.classCropCrops the image to the current selection and stores crop information in the report (prefix: Crop.).classMultiSelectionProcessorApplies all the sub-processors sequentially.classNullProcessorDummy processor, does nothing.classPaintSelectionPaints the selection in the specified color.classSelectObjectsAllows 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.classShowCoordinatesShows the coordination of the selection.Fields in adams.gui.visualization.image.selection declared as SelectionProcessor Modifier and Type Field Description protected SelectionProcessor[]MultiSelectionProcessor. m_Processorsthe processors.Methods in adams.gui.visualization.image.selection that return SelectionProcessor Modifier and Type Method Description SelectionProcessor[]MultiSelectionProcessor. getProcessors()Returns the sub-processors.SelectionProcessorAbstractSelectionProcessor. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.SelectionProcessorAbstractSelectionProcessor. 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 voidMultiSelectionProcessor. setProcessors(SelectionProcessor[] value)Sets the sub-processors.
-