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 ReferenceObject

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

Direct Known Subclasses:
ReferenceArea, ReferenceLine

public abstract class ReferenceObject
extends java.lang.Object

Defines common methods for spark chart reference objects. Applications developers should not extend this class.

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

Method Summary
 int getAssociation()
          Returns the axis that this reference object is associated with.
 java.awt.Color getColor()
          Returns the color of this reference object.
 int getLocation()
          Returns the location of this reference object relative to the data items.
 void setAssociation(int association)
          Specifies the axis that this reference object is associated with.
 void setColor(java.awt.Color color)
          Specifies the color of this reference object.
 void setLocation(int location)
          Specifies the location of this reference object relative to the data items.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

setColor

public void setColor(java.awt.Color color)
Specifies the color of this reference object.
Parameters:
color -

getColor

public java.awt.Color getColor()
Returns the color of this reference object.
Returns:

setAssociation

public void setAssociation(int association)
Specifies the axis that this reference object is associated with.
See Also:
GraphConstants.Y1AXIS, GraphConstants.X1AXIS

getAssociation

public int getAssociation()
Returns the axis that this reference object is associated with.
See Also:
GraphConstants.Y1AXIS, GraphConstants.X1AXIS

setLocation

public void setLocation(int location)
Specifies the location of this reference object relative to the data items.
See Also:
BaseGraphComponent.RO_BACK, BaseGraphComponent.RO_FRONT

getLocation

public int getLocation()
Returns the location of this reference object relative to the data items.
See Also:
BaseGraphComponent.RO_BACK, BaseGraphComponent.RO_FRONT

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.