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_SelectionListeners
the selection listeners.Methods in adams.gui.visualization.image with parameters of type ImagePanelSelectionListener Modifier and Type Method Description void
ImagePanel. addSelectionListener(ImagePanelSelectionListener l)
Adds the given listener to the internal list of selection listeners.void
ImagePanel.PaintPanel. addSelectionListener(ImagePanelSelectionListener l)
Adds the given listener to the internal list of selection listeners.void
ImagePanel.PaintPanel. removeSelectionListener(ImagePanelSelectionListener l)
Removes the given listener from the internal list of selection listeners.void
ImagePanel. 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 interface
SelectionProcessor
Interface for selection processors.interface
SelectionProcessorWithLabelSupport
Interface for selection processors that support labels.Classes in adams.gui.visualization.image.selection that implement ImagePanelSelectionListener 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.
-