adams.gui.visualization.heatmap
Class HeatmapContainer

java.lang.Object
  extended by adams.gui.visualization.container.Container
      extended by 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

Field Summary
 
Fields inherited from class adams.gui.visualization.container.Container
m_Manager, m_Payload, m_Updating
 
Constructor Summary
HeatmapContainer(HeatmapContainerManager manager, Heatmap payload)
          Initializes the container.
 
Method Summary
 String getDisplayID()
          Returns the displayed container's ID.
 String getID()
          Returns the container's ID.
 void setID(String value)
          Sets the container's ID.
 
Methods inherited from class adams.gui.visualization.container.Container
assign, compareTo, copy, equals, getManager, getPayload, initialize, invalidate, postProcessPayload, setManager, setPayload, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeatmapContainer

public HeatmapContainer(HeatmapContainerManager manager,
                        Heatmap payload)
Initializes the container.

Parameters:
manager - the manager this container belongs to
payload - the heatmap of this container
Method Detail

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.