Uses of Interface
adams.gui.event.ImagePanelLeftClickListener
-
Packages that use ImagePanelLeftClickListener Package Description adams.flow.transformer adams.gui.visualization.image adams.gui.visualization.image.leftclick -
-
Uses of ImagePanelLeftClickListener in adams.flow.transformer
Classes in adams.flow.transformer that implement ImagePanelLeftClickListener Modifier and Type Class Description static classImageAnnotator.AnnotatorPanelPanel for annotating an image. -
Uses of ImagePanelLeftClickListener in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type ImagePanelLeftClickListener Modifier and Type Field Description protected Set<ImagePanelLeftClickListener>ImagePanel.PaintPanel. m_LeftClickListenersthe left-click listeners.Methods in adams.gui.visualization.image with parameters of type ImagePanelLeftClickListener Modifier and Type Method Description voidImagePanel. addLeftClickListener(ImagePanelLeftClickListener l)Adds the given listener to the internal list of left-click listeners.voidImagePanel.PaintPanel. addLeftClickListener(ImagePanelLeftClickListener l)Adds the given listener to the internal list of left-click listeners.voidImagePanel.PaintPanel. removeLeftClickListener(ImagePanelLeftClickListener l)Removes the given listener from the internal list of left-click listeners.voidImagePanel. removeLeftClickListener(ImagePanelLeftClickListener l)Removes the given listener from the internal list of left-click listeners. -
Uses of ImagePanelLeftClickListener in adams.gui.visualization.image.leftclick
Classes in adams.gui.visualization.image.leftclick that implement ImagePanelLeftClickListener Modifier and Type Class Description classAbstractLeftClickProcessorAncestor for classes that react to selection in an image.classAbstractSelectionRectangleBasedLeftClickProcessorAncestor for left-click processors that make use ofSelectionRectangle.classAddMetaDataAllows the user to add meta-data to the selected objects.classDeleteObjectsDisplays the objects at the click position and deletes the selected ones.classFixedBoundingBoxAllows the user to create fixed-sized bounding boxes around the left-click position (<ctrl> left-click in box removes it).classMultiProcessorForwards the click event to all specified sub-processors.classNullProcessorDummy processor, does nothing.classRandomBoundingBoxAllows the user to create randomly sized bounding boxes around the left-click position.classViewObjectsDisplays the annotated objects in a dialog that contain the click position.
-