public class SAR extends Function
Title: SAR class
Description: SAR Function.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating
chart, InternalUse
Constructor and Description |
---|
SAR() |
SAR(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.
|
double |
getAF()
SAR acceleration factor.
|
java.lang.String |
getDescription()
Gets descriptive text.
|
double |
getMS()
SAR maximum step.
|
boolean |
isValidSourceOf(ISeries value) |
void |
SetAF(double value)
Sets SAR function acceleration factor.
|
void |
SetMS(double value)
Sets SAR function maximal step.
|
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 SAR()
public SAR(IBaseChart c)
public void SetMS(double value)
value
- maximal step value.public double getMS()
public void SetAF(double value)
value
- Acceleration factor value.public double getAF()
public void addPoints(java.util.ArrayList source)
public java.lang.String getDescription()
getDescription
in class Function
public boolean isValidSourceOf(ISeries value)