adams.gui.visualization.heatmap
Class AbstractHeatmapOverlay
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.visualization.image.AbstractImageOverlay
adams.gui.visualization.heatmap.AbstractHeatmapOverlay
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, SizeOfHandler, ImageOverlay, Serializable
- Direct Known Subclasses:
- CentroidOverlay
public abstract class AbstractHeatmapOverlay
- extends AbstractImageOverlay
Ancestor for heatmap image overlays.
- Version:
- $Revision: 6027 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
m_HeatmapPanel
protected HeatmapPanel m_HeatmapPanel
- the heatmap panel.
AbstractHeatmapOverlay
public AbstractHeatmapOverlay()
setHeatmapPanel
public void setHeatmapPanel(HeatmapPanel value)
- Sets the heatmap panel this overlay is for.
- Parameters:
value - the panel
getHeatmapPanel
public HeatmapPanel getHeatmapPanel()
- Returns the heatmap panel this overlay is for.
- Returns:
- the panel
paintOverlay
public void paintOverlay(ImagePanel.PaintPanel panel,
Graphics g)
- Paints the overlay over the image.
- Specified by:
paintOverlay in interface ImageOverlay- Overrides:
paintOverlay in class AbstractImageOverlay
- Parameters:
panel - the panel this overlay is forg - the graphics context
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.