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

E17492-01

oracle.dss.sparkChart
Class ReferenceArea

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

public class ReferenceArea
extends ReferenceObject

Defines a reference area for a spark chart.

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

Method Summary
 java.lang.Object getHighValue()
          Returns the upper bound for a reference area.
 java.lang.Object getLowValue()
          Returns the lower bound for a reference area.
 void setHighValue(java.lang.Object highValue)
          Specifies the upper bound for a reference area.
 void setLowValue(java.lang.Object lowValue)
          Specifies the lower bound for a reference area.
 
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

setHighValue

public void setHighValue(java.lang.Object highValue)
Specifies the upper bound for a reference area. Does not apply to reference lines.

Parameters:
highValue -

getHighValue

public java.lang.Object getHighValue()
Returns the upper bound for a reference area. Does not apply to reference lines.

Returns:

setLowValue

public void setLowValue(java.lang.Object lowValue)
Specifies the lower bound for a reference area. Does not apply to reference lines.

Parameters:
lowValue -

getLowValue

public java.lang.Object getLowValue()
Returns the lower bound for a reference area. Does not apply to reference lines.

Returns:

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

E17492-01

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