QualitativeConstantLine Class
The constant line that can be added to a QualitativeAxisX axis.
Declaration
public class QualitativeConstantLine
extends ConstantLineBase
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
ConstantLineBase
QualitativeConstantLine
Constructors
QualitativeConstantLine() Constructor
Initializes a new QualitativeConstantLine class instance with default parameters.
Declaration
public QualitativeConstantLine()
QualitativeConstantLine(String) Constructor
Initializes a new QualitativeConstantLine class instance with the specified parameters.
Declaration
public QualitativeConstantLine(String axisValue)
Parameters
Name | Type | Description |
---|---|---|
axisValue | String | The value that specifies the constant line’s position. |
Methods
getAxisValue() Method
Returns the axis value specifying the constant line’s position along the axis.
Declaration
public String getAxisValue()
Returns
Type | Description |
---|---|
String | The axis value that specifies the constant line’s position along the corresponding qualitative axis. |
setAxisValue(String) Method
Specifies the axis value specifying the constant line’s position along the axis.
Declaration
public void setAxisValue(String value)
Parameters
Name | Type | Description |
---|---|---|
value | String | The axis value that specifies the constant line’s position along the corresponding qualitative axis. |