|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.2.0) E17492-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.sparkChart.ReferenceObject
oracle.dss.sparkChart.ReferenceLine
public class ReferenceLine
Defines a reference line for a spark chart.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class oracle.dss.sparkChart.ReferenceObject |
|---|
getAssociation, getColor, getLocation, setAssociation, setColor, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setValue(java.lang.Object value)
value -public java.lang.Object getValue()
public void setLineStyle(int lineStyle)
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOTpublic int getLineStyle()
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOTpublic void setLineWidth(int lineWidth)
lineWidth -public int getLineWidth()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.2.0) E17492-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||