Uses of Class
adams.gui.event.ImagePanelLeftClickEvent
-
Packages that use ImagePanelLeftClickEvent Package Description adams.flow.transformer adams.gui.event adams.gui.visualization.image.leftclick -
-
Uses of ImagePanelLeftClickEvent in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type ImagePanelLeftClickEvent Modifier and Type Method Description voidImageAnnotator.AnnotatorPanel. clicked(ImagePanelLeftClickEvent e)Invoked when a left-click happened in anImagePanel. -
Uses of ImagePanelLeftClickEvent in adams.gui.event
Methods in adams.gui.event with parameters of type ImagePanelLeftClickEvent Modifier and Type Method Description voidImagePanelLeftClickListener. clicked(ImagePanelLeftClickEvent e)Invoked when a left-click happened in aImagePanel. -
Uses of ImagePanelLeftClickEvent in adams.gui.visualization.image.leftclick
Methods in adams.gui.visualization.image.leftclick with parameters of type ImagePanelLeftClickEvent Modifier and Type Method Description protected StringAbstractLeftClickProcessor. check(ImagePanelLeftClickEvent e)Performs a check on the event.voidAbstractLeftClickProcessor. clicked(ImagePanelLeftClickEvent e)Invoked when a left-click happened in aImagePanel.
-