| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.sparkChart.ReferenceObject
public abstract class ReferenceObject
Defines common methods for spark chart reference objects. Applications developers should not extend this class.
| 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 | 
|---|
public void setColor(java.awt.Color color)
color - public java.awt.Color getColor()
public void setAssociation(int association)
GraphConstants.Y1AXIS, 
GraphConstants.X1AXISpublic int getAssociation()
GraphConstants.Y1AXIS, 
GraphConstants.X1AXISpublic void setLocation(int location)
BaseGraphComponent.RO_BACK, 
BaseGraphComponent.RO_FRONTpublic int getLocation()
BaseGraphComponent.RO_BACK, 
BaseGraphComponent.RO_FRONT
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||