|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.functions.Function
com.steema.teechart.functions.Bollinger
public class Bollinger
Title: Bollinger class
Description: Bollinger Bands Function.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.functions.Function |
---|
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updating |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Bollinger()
|
|
Bollinger(IBaseChart c)
|
Method Summary | |
---|---|
void |
addPoints(java.util.Vector source)
Gets all points from Source series, performs a function operation on points and stores results in ParentSeries. |
void |
clear()
|
void |
dispose()
|
java.lang.String |
getDescription()
Gets descriptive text. |
double |
getDeviation()
Gets deviation |
boolean |
getExponential()
Gets exponential |
Series |
getLowBand()
Gets low band series |
ChartPen |
getLowBandPen()
Gets low band pen properties |
ChartPen |
getUpperBandPen()
Gets upper band pen properties |
void |
setDeviation(double value)
Sets deviation |
void |
setExponential(boolean value)
Sets exponential |
void |
setLowBandPen(ChartPen value)
Sets lower band pen properties |
void |
setUpperBandPen(ChartPen value)
Sets upper band pen properties |
Methods inherited from class com.steema.teechart.functions.Function |
---|
addFunctionXY, calculate, calculateAllPoints, calculateByPeriod, calculateMany, calculatePeriod, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueList |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bollinger()
public Bollinger(IBaseChart c)
Method Detail |
---|
public void dispose()
dispose
in class Function
public void clear()
clear
in class Function
public void addPoints(java.util.Vector source)
addPoints
in class Function
source
- ArrayListpublic boolean getExponential()
public void setExponential(boolean value)
value
- True, if exponentialpublic double getDeviation()
public void setDeviation(double value)
value
- Deviation valuepublic Series getLowBand()
public ChartPen getLowBandPen()
public void setLowBandPen(ChartPen value)
value
- Chart penpublic ChartPen getUpperBandPen()
public void setUpperBandPen(ChartPen value)
value
- Chart penpublic java.lang.String getDescription()
getDescription
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |