jsynoptic.plugins.jfreechart
Class DatasetDelegatedMeterPlot

java.lang.Object
  extended by MeterPlot
      extended by jsynoptic.plugins.jfreechart.DatasetDelegatedMeterPlot

public class DatasetDelegatedMeterPlot
extends MeterPlot

Author:
nbrodu To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
protected  boolean autorange
           
 
Constructor Summary
DatasetDelegatedMeterPlot(SourceMeterDataset dataset)
           
 
Method Summary
 void datasetChanged(DatasetChangeEvent event)
           
 boolean isAutorange()
           
 void setAutorange(boolean autorange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autorange

protected boolean autorange
Constructor Detail

DatasetDelegatedMeterPlot

public DatasetDelegatedMeterPlot(SourceMeterDataset dataset)
Parameters:
dataset -
Method Detail

isAutorange

public boolean isAutorange()
Returns:
Returns the autorange.

setAutorange

public void setAutorange(boolean autorange)
Parameters:
autorange - The autorange to set.

datasetChanged

public void datasetChanged(DatasetChangeEvent event)