adams.gui.visualization.heatmap
Class HeatmapContainer
java.lang.Object
adams.gui.visualization.container.Container
adams.gui.visualization.heatmap.HeatmapContainer
- All Implemented Interfaces:
- IDHandler, MutableIDHandler, NamedContainer, Serializable, Comparable<Container>
public class HeatmapContainer
- extends Container
- implements NamedContainer
Container for heatmaps.
- Version:
- $Revision: 6027 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class adams.gui.visualization.container.Container |
assign, compareTo, copy, equals, getManager, getPayload, initialize, invalidate, postProcessPayload, setManager, setPayload, toString |
HeatmapContainer
public HeatmapContainer(HeatmapContainerManager manager,
Heatmap payload)
- Initializes the container.
- Parameters:
manager - the manager this container belongs topayload - the heatmap of this container
setID
public void setID(String value)
- Sets the container's ID.
- Specified by:
setID in interface MutableIDHandler- Specified by:
setID in interface NamedContainer
- Parameters:
value - the new ID
getID
public String getID()
- Returns the container's ID.
- Specified by:
getID in interface IDHandler- Specified by:
getID in interface NamedContainer
- Returns:
- the ID
getDisplayID
public String getDisplayID()
- Returns the displayed container's ID.
- Specified by:
getDisplayID in interface NamedContainer
- Returns:
- the displayed ID
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.