StripStyle Class
The strip apearance settings’ storage.
Declaration
public class StripStyle
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
StripStyle
StripStyle()
Initializes a new StripStyle class instance with default parameters.
Declaration
public StripStyle()
Methods
getFill() Method
Returns a strip fill color.
Declaration
public Integer getFill()
Returns
Type | Description |
---|---|
Integer | A strip fill color. |
setFill(Integer) Method
Specifies a strip’s fill color.
Declaration
public void setFill(Integer color)
Parameters
Name | Type | Description |
---|---|---|
color | Integer | A strip’s fill color. |