ca.nanometrics.gflot.client
Class DownsamplingSeriesData

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.JSONWrapper
      extended by ca.nanometrics.gflot.client.util.JSONArrayWrapper
          extended by ca.nanometrics.gflot.client.SeriesData
              extended by ca.nanometrics.gflot.client.DownsamplingSeriesData
Direct Known Subclasses:
FixedSpanDownsamplingSeriesData

public class DownsamplingSeriesData
extends SeriesData

Author:
Alexander De Leon

Constructor Summary
DownsamplingSeriesData(int capacity)
           
 
Method Summary
 void add(DataPoint dataPoint)
           
 
Methods inherited from class ca.nanometrics.gflot.client.SeriesData
add, clear, getDatapoints, getX, getY, isEmpty, setData, size, slice, slice
 
Methods inherited from class ca.nanometrics.gflot.client.util.JSONArrayWrapper
_slice, _slice, equals, get, getArray, getDouble, getInteger, getNumber, getObject, getString, getWrappedObj, hashCode, push, push, push, push, pushAll, pushAll, pushAll, pushAll, set, set, set, set, set, shift, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownsamplingSeriesData

public DownsamplingSeriesData(int capacity)
Method Detail

add

public void add(DataPoint dataPoint)
Overrides:
add in class SeriesData


Copyright © 2009. All Rights Reserved.