| Package | Description |
|---|---|
| de.gsi.chart.renderer.datareduction | |
| de.gsi.chart.renderer.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataReducer
Default data reduction algorithm implementation for the ErrorDataSet Renderer
Simple algorithm that reduces the number of points if neighbouring x coordinates are closer than the user-defined dash size. |
class |
MaxDataReducer
-- essentially a down-sampling data reduction algorithm
|
class |
RamanDouglasPeukerDataReducer
Filters data using Ramer-Douglas-Peucker algorithm with specified tolerance N.B.
|
| Modifier and Type | Method and Description |
|---|---|
RendererDataReducer |
AbstractErrorDataSetRendererParameter.getRendererDataReducer() |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<RendererDataReducer> |
AbstractErrorDataSetRendererParameter.rendererDataReducerProperty()
sets the data reduction algorithm: possibly implementations are
DefaultDataReducer (default)
MaxDataReducer (a simple down-sampling algorithm, returning fixed number of max. |
| Modifier and Type | Method and Description |
|---|---|
R |
AbstractErrorDataSetRendererParameter.setRendererDataReducer(RendererDataReducer algorithm) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.