|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlotModelStrategy | |
|---|---|
| ca.nanometrics.gflot.client | |
| Uses of PlotModelStrategy in ca.nanometrics.gflot.client |
|---|
| Methods in ca.nanometrics.gflot.client that return PlotModelStrategy | |
|---|---|
static PlotModelStrategy |
PlotModelStrategy.defaultStrategy()
A plot model strategy that allows unlimited amount of datapoints. |
static PlotModelStrategy |
PlotModelStrategy.downSamplingStrategy(int capacity)
|
static PlotModelStrategy |
PlotModelStrategy.downSamplingStrategy(int capacity,
long maximumXValueSpan)
|
static PlotModelStrategy |
PlotModelStrategy.slidingWindowStrategy(int capacity)
|
static PlotModelStrategy |
PlotModelStrategy.slidingWindowStrategy(int capacity,
long maximumXValueSpan)
|
| Methods in ca.nanometrics.gflot.client with parameters of type PlotModelStrategy | |
|---|---|
void |
PlotModel.setStrategy(PlotModelStrategy strategy)
|
| Constructors in ca.nanometrics.gflot.client with parameters of type PlotModelStrategy | |
|---|---|
PlotModel(PlotModelStrategy strategy)
|
|
PlotWithOverviewModel(PlotModelStrategy strategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||