public class ExpMovAverage extends Function
Title: ExpMovAverage class
Description: Exponential Moving Average Function
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updatingchart, InternalUse| Constructor and Description |
|---|
ExpMovAverage() |
ExpMovAverage(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCalculation(Series source,
ValueList notMandatorySource) |
java.lang.String |
getDescription()
Gets descriptive text.
|
addFunctionXY, addPoints, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, clear, dispose, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueListgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic ExpMovAverage()
public ExpMovAverage(IBaseChart c)
protected void doCalculation(Series source, ValueList notMandatorySource)
doCalculation in class Functionpublic java.lang.String getDescription()
getDescription in class Function