Skip to main content
A newer version of this page is available.

BollingerBandsIndicatorStyle Class

Declaration

public class BollingerBandsIndicatorStyle
extends LineIndicatorStyle

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

Inheritance

BollingerBandsIndicatorStyle()

Declaration

public BollingerBandsIndicatorStyle()

Methods

getLowerStroke() Method

Declaration

public Integer getLowerStroke()

Returns

Type
Integer

getLowerStrokeThickness() Method

Declaration

public Float getLowerStrokeThickness()

Returns

Type
Float

getUpperStroke() Method

Declaration

public Integer getUpperStroke()

Returns

Type
Integer

getUpperStrokeThickness() Method

Declaration

public Float getUpperStrokeThickness()

Returns

Type
Float

setLowerStroke(Integer) Method

Declaration

public void setLowerStroke(Integer stroke)

Parameters

Name Type
stroke Integer

setLowerStrokeThickness(Float) Method

Declaration

public void setLowerStrokeThickness(Float strokeThickness)

Parameters

Name Type
strokeThickness Float

setUpperStroke(Integer) Method

Declaration

public void setUpperStroke(Integer stroke)

Parameters

Name Type
stroke Integer

setUpperStrokeThickness(Float) Method

Declaration

public void setUpperStrokeThickness(Float strokeThickness)

Parameters

Name Type
strokeThickness Float