Interface | Description |
---|---|
IPointResampler<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> |
Provides the interface to a PointResampler - an algorithm which is able to reduce the number of data-points in a series for rendering fast, while maintaining visual accuracy of the series.
|
IPointResamplerFactory |
A Factory class to get PointResamplers, which are used to reduce datasets to minimal sets for efficient on-screen rendering.
|
Class | Description |
---|---|
NativePointResamplerFactory |
Defines a
IPointResamplerFactory which uses native C++ code for resampling data. |
PointResamplerUtil |
Defines helper methods which are used by
IPointResampler |