|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompress
A Compressor.
Method Summary | |
---|---|
boolean |
compress(CompressConfig config)
Ignores the points which are in the same grid as the previous point. |
int[] |
getCompressedIndexes()
Gets the compressed series indexes |
double[] |
getCompressedXSeries()
Gets the compressed X series |
double[] |
getCompressedYSeries()
Gets the compressed Y series |
void |
setXSeries(double[] xSeries)
Sets X series which have to be sorted. |
void |
setYSeries(double[] ySeries)
sets the Y series |
Method Detail |
---|
double[] getCompressedXSeries()
double[] getCompressedYSeries()
int[] getCompressedIndexes()
void setXSeries(double[] xSeries)
xSeries
- the X seriesvoid setYSeries(double[] ySeries)
ySeries
- the Y seriesboolean compress(CompressConfig config)
config
- the configuration for compression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |