ca.nanometrics.gflot.client
Class FixedSpanDownsamplingSeriesData

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
                  extended by ca.nanometrics.gflot.client.FixedSpanDownsamplingSeriesData

public class FixedSpanDownsamplingSeriesData
extends DownsamplingSeriesData

Author:
Alexander De Leon

Constructor Summary
FixedSpanDownsamplingSeriesData(int capacity, long maximumSpan)
           
 
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

FixedSpanDownsamplingSeriesData

public FixedSpanDownsamplingSeriesData(int capacity,
                                       long maximumSpan)
Method Detail

add

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


Copyright © 2009. All Rights Reserved.