EnvelopeIndicator Class
Declaration
public class EnvelopeIndicator
extends CalculatedSeries
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
Object
ChartElement
StyledElement
SeriesBase
Series
CalculatedSeries
EnvelopeIndicator
EnvelopeIndicator()
Declaration
public EnvelopeIndicator()
Methods
getFactor() Method
Declaration
public double getFactor()
Returns
| Type |
|---|
| double |
getPointsCount() Method
Declaration
public int getPointsCount()
Returns
| Type |
|---|
| int |
getStyle() Method
Declaration
public EnvelopeIndicatorStyle getStyle()
Returns
| Type |
|---|
| EnvelopeIndicatorStyle |
getValueLevel() Method
Declaration
public ValueLevel getValueLevel()
Returns
| Type |
|---|
| ValueLevel |
setFactor(double) Method
Declaration
public void setFactor(double factor)
Parameters
| Name | Type |
|---|---|
| factor | double |
setPointsCount(int) Method
Declaration
public void setPointsCount(int pointsCount)
Parameters
| Name | Type |
|---|---|
| pointsCount | int |
setStyle(EnvelopeIndicatorStyle) Method
Declaration
public void setStyle(EnvelopeIndicatorStyle style)
Parameters
| Name | Type |
|---|---|
| style | EnvelopeIndicatorStyle |
setValueLevel(ValueLevel) Method
Declaration
public void setValueLevel(ValueLevel valueLevel)
Parameters
| Name | Type |
|---|---|
| valueLevel | ValueLevel |