Uses of Interface
adams.gui.event.ImagePanelSelectionListener
-
Packages that use ImagePanelSelectionListener Package Description adams.gui.visualization.image adams.gui.visualization.image.selection -
-
Uses of ImagePanelSelectionListener in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type ImagePanelSelectionListener Modifier and Type Field Description protected Set<ImagePanelSelectionListener>ImagePanel.PaintPanel. m_SelectionListenersthe selection listeners.Methods in adams.gui.visualization.image with parameters of type ImagePanelSelectionListener Modifier and Type Method Description voidImagePanel. addSelectionListener(ImagePanelSelectionListener l)Adds the given listener to the internal list of selection listeners.voidImagePanel.PaintPanel. addSelectionListener(ImagePanelSelectionListener l)Adds the given listener to the internal list of selection listeners.voidImagePanel.PaintPanel. removeSelectionListener(ImagePanelSelectionListener l)Removes the given listener from the internal list of selection listeners.voidImagePanel. removeSelectionListener(ImagePanelSelectionListener l)Removes the given listener from the internal list of selection listeners. -
Uses of ImagePanelSelectionListener in adams.gui.visualization.image.selection
Subinterfaces of ImagePanelSelectionListener in adams.gui.visualization.image.selection Modifier and Type Interface Description interfaceSelectionProcessorInterface for selection processors.interfaceSelectionProcessorWithLabelSupportInterface for selection processors that support labels.Classes in adams.gui.visualization.image.selection that implement ImagePanelSelectionListener 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.
-