jhomenet.gui.tab.plotting
Class WindDirectionPlot

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

public class WindDirectionPlot
extends AbstractPlot

The wind direction sensor plot.
Id: $Id$

Author:
David Irwin

Field Summary
 
Fields inherited from class jhomenet.gui.tab.plotting.AbstractPlot
hardware, logger
 
Constructor Summary
WindDirectionPlot(HomenetHardware hardware)
           
 
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

WindDirectionPlot

public WindDirectionPlot(HomenetHardware 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.