ca.nanometrics.gflot.client
Class PlotModelStrategy
java.lang.Object
ca.nanometrics.gflot.client.PlotModelStrategy
public abstract class PlotModelStrategy
- extends java.lang.Object
- Author:
- Alexander De Leon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotModelStrategy
public PlotModelStrategy()
defaultStrategy
public static PlotModelStrategy defaultStrategy()
- A plot model strategy that allows unlimited amount of datapoints.
downSamplingStrategy
public static PlotModelStrategy downSamplingStrategy(int capacity)
downSamplingStrategy
public static PlotModelStrategy downSamplingStrategy(int capacity,
long maximumXValueSpan)
slidingWindowStrategy
public static PlotModelStrategy slidingWindowStrategy(int capacity,
long maximumXValueSpan)
slidingWindowStrategy
public static PlotModelStrategy slidingWindowStrategy(int capacity)
Copyright © 2009. All Rights Reserved.