ca.nanometrics.gflot.client
Class FixedSizeSeriesData

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.FixedSizeSeriesData
Direct Known Subclasses:
FixedSpanFixedSizeSeriesData

public class FixedSizeSeriesData
extends SeriesData

Author:
Alexander De Leon

Constructor Summary
FixedSizeSeriesData(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

FixedSizeSeriesData

public FixedSizeSeriesData(int capacity)
Method Detail

add

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


Copyright © 2009. All Rights Reserved.