EnvelopeIndicatorStyle Class
Declaration
public class EnvelopeIndicatorStyle
extends StyleBase
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
StyleBase
EnvelopeIndicatorStyle
EnvelopeIndicatorStyle()
Declaration
public EnvelopeIndicatorStyle()
Methods
getAlpha() Method
Declaration
public Float getAlpha()
Returns
| Type |
|---|
| Float |
getFill() Method
Declaration
public Integer getFill()
Returns
| Type |
|---|
| Integer |
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 |
setAlpha(Float) Method
Declaration
public void setAlpha(Float alpha)
Parameters
| Name | Type |
|---|---|
| alpha | Float |
setFill(Integer) Method
Declaration
public void setFill(Integer fill)
Parameters
| Name | Type |
|---|---|
| fill | Integer |
setLowerStroke(Integer) Method
Declaration
public void setLowerStroke(Integer lowerStroke)
Parameters
| Name | Type |
|---|---|
| lowerStroke | Integer |
setLowerStrokeThickness(Float) Method
Declaration
public void setLowerStrokeThickness(Float lowerStrokeThickness)
Parameters
| Name | Type |
|---|---|
| lowerStrokeThickness | Float |
setUpperStroke(Integer) Method
Declaration
public void setUpperStroke(Integer upperStroke)
Parameters
| Name | Type |
|---|---|
| upperStroke | Integer |
setUpperStrokeThickness(Float) Method
Declaration
public void setUpperStrokeThickness(Float upperStrokeThickness)
Parameters
| Name | Type |
|---|---|
| upperStrokeThickness | Float |