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 AbstractLeftClickProcessorImageViewer. m_LeftClickProcessorthe click processor to apply.Methods in adams.flow.sink that return AbstractLeftClickProcessor Modifier and Type Method Description AbstractLeftClickProcessorImageViewer. getLeftClickProcessor()Returns the left-click processor in use.Methods in adams.flow.sink with parameters of type AbstractLeftClickProcessor Modifier and Type Method Description voidImageViewer. 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 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.Fields in adams.gui.visualization.image.leftclick declared as AbstractLeftClickProcessor Modifier and Type Field Description protected AbstractLeftClickProcessor[]MultiProcessor. m_Processorsthe 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.AbstractLeftClickProcessorAbstractLeftClickProcessor. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractLeftClickProcessorAbstractLeftClickProcessor. 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 voidMultiProcessor. setProcessors(AbstractLeftClickProcessor[] value)Sets the processors to use.
-