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 class
ImageAnnotator.AnnotatorPanel
Panel 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_LeftClickListeners
the left-click listeners.Methods in adams.gui.visualization.image with parameters of type ImagePanelLeftClickListener Modifier and Type Method Description void
ImagePanel. addLeftClickListener(ImagePanelLeftClickListener l)
Adds the given listener to the internal list of left-click listeners.void
ImagePanel.PaintPanel. addLeftClickListener(ImagePanelLeftClickListener l)
Adds the given listener to the internal list of left-click listeners.void
ImagePanel.PaintPanel. removeLeftClickListener(ImagePanelLeftClickListener l)
Removes the given listener from the internal list of left-click listeners.void
ImagePanel. 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 class
AbstractLeftClickProcessor
Ancestor for classes that react to selection in an image.class
AbstractSelectionRectangleBasedLeftClickProcessor
Ancestor for left-click processors that make use ofSelectionRectangle
.class
AddMetaData
Allows the user to add meta-data to the selected objects.class
DeleteObjects
Displays the objects at the click position and deletes the selected ones.class
FixedBoundingBox
Allows the user to create fixed-sized bounding boxes around the left-click position (<ctrl> left-click in box removes it).class
MultiProcessor
Forwards the click event to all specified sub-processors.class
NullProcessor
Dummy processor, does nothing.class
RandomBoundingBox
Allows the user to create randomly sized bounding boxes around the left-click position.class
ViewObjects
Displays the annotated objects in a dialog that contain the click position.
-