jhomenet.gui.tab.plotting
Class TemperaturePlot

java.lang.Object
  extended by jhomenet.gui.tab.plotting.AbstractPlot
      extended by jhomenet.gui.tab.plotting.TemperaturePlot

public class TemperaturePlot
extends AbstractPlot

The default plot panel.
Id: $Id$

Author:
David Irwin

Field Summary
 
Fields inherited from class jhomenet.gui.tab.plotting.AbstractPlot
hardware, logger
 
Constructor Summary
TemperaturePlot(HomenetHardware hardware)
          Default constructor.
 
Method Summary
protected  JFreeChart createChart(XYDataset xydataset)
          Create the actual chart given the XY data set.
 
Methods inherited from class jhomenet.gui.tab.plotting.AbstractPlot
addOrUpdateDataset, initializePlot, resetTimeseries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemperaturePlot

public TemperaturePlot(HomenetHardware hardware)
Default constructor.

Parameters:
hardware -
Method Detail

createChart

protected JFreeChart createChart(XYDataset xydataset)
Description copied from class: AbstractPlot
Create the actual chart given the XY data set.

Specified by:
createChart in class AbstractPlot
Returns:
A reference to a newly create JFreeChart


Copyright © 2004-2005 David Irwin. All Rights Reserved.