Uses of Class
adams.gui.event.ImagePanelSelectionEvent
-
Packages that use ImagePanelSelectionEvent Package Description adams.gui.event adams.gui.visualization.image.selection -
-
Uses of ImagePanelSelectionEvent in adams.gui.event
Methods in adams.gui.event with parameters of type ImagePanelSelectionEvent Modifier and Type Method Description void
ImagePanelSelectionListener. selected(ImagePanelSelectionEvent e)
Invoked when a selection happened in aImagePanel
. -
Uses of ImagePanelSelectionEvent in adams.gui.visualization.image.selection
Methods in adams.gui.visualization.image.selection with parameters of type ImagePanelSelectionEvent Modifier and Type Method Description protected String
AbstractSelectionProcessor. check(ImagePanelSelectionEvent e)
Performs a check on the event.void
AbstractSelectionProcessor. selected(ImagePanelSelectionEvent e)
Invoked when a selection happened in aImagePanel
.
-