public class ReferenceLine extends ReferenceObject
Modifier and Type | Method and Description |
---|---|
int |
getLineStyle()
Returns the style of this reference line.
|
int |
getLineWidth()
Returns the width of this reference line.
|
java.lang.Object |
getValue()
Returns the value at which the reference line is displayed.
|
void |
setLineStyle(int lineStyle)
Specifies the style of this reference line.
|
void |
setLineWidth(int lineWidth)
Specifies the width of this reference line.
|
void |
setValue(java.lang.Object value)
Specifies the value at which the reference line is displayed.
|
getAssociation, getColor, getLocation, setAssociation, setColor, setLocation
public void setValue(java.lang.Object value)
value
- public java.lang.Object getValue()
public void setLineStyle(int lineStyle)
public int getLineStyle()
public void setLineWidth(int lineWidth)
lineWidth
- public int getLineWidth()