com.androidplot.xy
Class XYDatasetGroup

java.lang.Object
  extended by com.androidplot.data.DatasetGroup<XYDatasetSeriesBundle,XYDataset,XYDatasetSeriesFormat>
      extended by com.androidplot.xy.XYDatasetGroup
All Implemented Interfaces:
DatasetChangeListener

public class XYDatasetGroup
extends DatasetGroup<XYDatasetSeriesBundle,XYDataset,XYDatasetSeriesFormat>


Constructor Summary
XYDatasetGroup()
           
 
Method Summary
 Number getMaxX()
           
 Number getMaxY()
           
 Number getMinX()
           
 Number getMinY()
           
 int getRangeSize()
           
 void onDatasetChanged(DatasetChangeEvent event)
          Called when a Dataset changes.
 
Methods inherited from class com.androidplot.data.DatasetGroup
addDataset, addListener, contains, get, getDataset, getDatasetFormat, removeDataset, removeListener, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYDatasetGroup

public XYDatasetGroup()
Method Detail

getMinY

public Number getMinY()
               throws NoDataException
Throws:
NoDataException

getMaxY

public Number getMaxY()
               throws NoDataException
Throws:
NoDataException

onDatasetChanged

public void onDatasetChanged(DatasetChangeEvent event)
Description copied from interface: DatasetChangeListener
Called when a Dataset changes.


getRangeSize

public int getRangeSize()

getMinX

public Number getMinX()

getMaxX

public Number getMaxX()


Copyright © 2010. All Rights Reserved.