Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.gui.chart.traces.accumulationstrategies |
Modifier and Type | Method and Description |
---|---|
IAccumulationStrategy |
ITrace2DDataAccumulating.getAccumulationStrategy()
Returns the current accumulation strategy.
|
IAccumulationStrategy |
ITrace2DDataAccumulating.setAccumulationStrategy(IAccumulationStrategy accumulationStrategy)
Installs the given accumulation strategy.
|
Modifier and Type | Method and Description |
---|---|
IAccumulationStrategy |
ITrace2DDataAccumulating.setAccumulationStrategy(IAccumulationStrategy accumulationStrategy)
Installs the given accumulation strategy.
|
Modifier and Type | Method and Description |
---|---|
IAccumulationStrategy |
ATrace2D.getAccumulationStrategy() |
IAccumulationStrategy |
ATrace2D.setAccumulationStrategy(IAccumulationStrategy accumulationStrategy) |
Modifier and Type | Method and Description |
---|---|
IAccumulationStrategy |
ATrace2D.setAccumulationStrategy(IAccumulationStrategy accumulationStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
AAccumulationStrategy
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether
they jump large distances in the value domain.
|
class |
AccumulationStrategyAmountOfPoints
This strategy will just accumulate
amountOfPoints
consecutive points without caring for data density. |
class |
AccumulationStrategyByPass
Bypass for accumulation: Just the given original
source
argument is returned from it's method
. |
Copyright © 2017. All rights reserved.