Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.sparkChart
Class ReferenceLine

java.lang.Object
  extended by oracle.dss.sparkChart.ReferenceObject
      extended by oracle.dss.sparkChart.ReferenceLine


public class ReferenceLine
extends ReferenceObject

Defines a reference line for a spark chart.

Since:
release specific (what release of product did this appear in)

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

setValue

public void setValue(java.lang.Object value)
Specifies the value at which the reference line is displayed.
Parameters:
value -

getValue

public java.lang.Object getValue()
Returns the value at which the reference line is displayed.
Returns:

setLineStyle

public void setLineStyle(int lineStyle)
Specifies the style of this reference line.
See Also:
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOT

getLineStyle

public int getLineStyle()
Returns the style of this reference line.
See Also:
BaseGraphComponent.LS_SOLID, BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_DASH_DOT

setLineWidth

public void setLineWidth(int lineWidth)
Specifies the width of this reference line.
Parameters:
lineWidth -

getLineWidth

public int getLineWidth()
Returns the width of this reference line.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.