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 AbstractSelectionProcessor
HeatmapViewerPanel. 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 class
Crop
Crops the heatmap to the current selection and stores crop information in the report (prefix: Crop.).class
NullProcessor
Dummy processor, does nothing.Methods in adams.gui.visualization.heatmap.selection that return AbstractSelectionProcessor Modifier and Type Method Description AbstractSelectionProcessor
AbstractSelectionProcessor. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractSelectionProcessor
AbstractSelectionProcessor. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.
-