Uses of Class
adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
-
Packages that use AbstractLeftClickProcessor Package Description adams.flow.sink adams.gui.visualization.image.leftclick -
-
Uses of AbstractLeftClickProcessor in adams.flow.sink
Fields in adams.flow.sink declared as AbstractLeftClickProcessor Modifier and Type Field Description protected AbstractLeftClickProcessor
ImageViewer. m_LeftClickProcessor
the click processor to apply.Methods in adams.flow.sink that return AbstractLeftClickProcessor Modifier and Type Method Description AbstractLeftClickProcessor
ImageViewer. getLeftClickProcessor()
Returns the left-click processor in use.Methods in adams.flow.sink with parameters of type AbstractLeftClickProcessor Modifier and Type Method Description void
ImageViewer. setLeftClickProcessor(AbstractLeftClickProcessor value)
Sets the left-click processor to use. -
Uses of AbstractLeftClickProcessor in adams.gui.visualization.image.leftclick
Subclasses of AbstractLeftClickProcessor in adams.gui.visualization.image.leftclick Modifier and Type Class Description 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.Fields in adams.gui.visualization.image.leftclick declared as AbstractLeftClickProcessor Modifier and Type Field Description protected AbstractLeftClickProcessor[]
MultiProcessor. m_Processors
the processors to use.Methods in adams.gui.visualization.image.leftclick that return AbstractLeftClickProcessor Modifier and Type Method Description AbstractLeftClickProcessor[]
MultiProcessor. getProcessors()
Returns the processors to use.AbstractLeftClickProcessor
AbstractLeftClickProcessor. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractLeftClickProcessor
AbstractLeftClickProcessor. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.gui.visualization.image.leftclick with parameters of type AbstractLeftClickProcessor Modifier and Type Method Description void
MultiProcessor. setProcessors(AbstractLeftClickProcessor[] value)
Sets the processors to use.
-