public class CompressOHLC extends Function
Title: CompressOHLC class
Description: CompressOHLC Function.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Class and Description |
---|---|
static interface |
CompressOHLC.DateCompressor |
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating
chart, InternalUse
Constructor and Description |
---|
CompressOHLC() |
CompressOHLC(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
void |
addPoints(java.util.ArrayList source)
Gets all points from Source series, performs a function operation on
points and stores results in ParentSeries.
|
CompressionPeriod |
getCompress()
The Compression Period as defined by the CompressionPeriod
enumeration.
|
CompressOHLC.DateCompressor |
getDateCompressor() |
java.lang.String |
getDescription()
Gets descriptive text.
|
void |
setCompress(CompressionPeriod value)
Sets the Compression Period as defined by the CompressionPeriod
enumeration.
|
void |
setDateCompressor(CompressOHLC.DateCompressor value) |
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public CompressOHLC()
public CompressOHLC(IBaseChart c)
public CompressionPeriod getCompress()
public void setCompress(CompressionPeriod value)
value
- CompressionPeriodpublic void addPoints(java.util.ArrayList source)
public CompressOHLC.DateCompressor getDateCompressor()
public void setDateCompressor(CompressOHLC.DateCompressor value)
public java.lang.String getDescription()
getDescription
in class Function