Uses of Class
adams.gui.visualization.heatmap.selection.AbstractSelectionProcessor
-
Packages that use AbstractSelectionProcessor Package Description adams.gui.visualization.heatmap adams.gui.visualization.heatmap.selection -
-
Uses of AbstractSelectionProcessor in adams.gui.visualization.heatmap
Methods in adams.gui.visualization.heatmap that return AbstractSelectionProcessor Modifier and Type Method Description protected AbstractSelectionProcessorHeatmapViewerPanel. selectSelectionProcessor()Lets the user select a selection processor from a dialog. -
Uses of AbstractSelectionProcessor in adams.gui.visualization.heatmap.selection
Subclasses of AbstractSelectionProcessor in adams.gui.visualization.heatmap.selection Modifier and Type Class Description classCropCrops the heatmap to the current selection and stores crop information in the report (prefix: Crop.).classNullProcessorDummy processor, does nothing.Methods in adams.gui.visualization.heatmap.selection that return AbstractSelectionProcessor Modifier and Type Method Description AbstractSelectionProcessorAbstractSelectionProcessor. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractSelectionProcessorAbstractSelectionProcessor. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.
-