StripAxisLabel Class
The axis label that identifies a strip on an axis.
Declaration
public class StripAxisLabel
extends AxisLabelBase
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
AxisLabelBase
StripAxisLabel
StripAxisLabel()
Initializes a new StripAxisLabel class instance with default parameters.
Declaration
public StripAxisLabel()
Methods
getText() Method
Returns the strip axis label’s text.
Declaration
public String getText()
Returns
| Type | Description |
|---|---|
| String | The strip label’s text. |
setText(String) Method
Specifies the strip axis label’s text.
Declaration
public void setText(String text)
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The strip label’s text. |