Skip navigation links

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

E17492-04


oracle.dss.dataView
Class ScatterDataComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.DataComponentHandle
          extended by oracle.dss.dataView.ScatterDataComponentHandle

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BubbleDataComponentHandle

public class ScatterDataComponentHandle
extends DataComponentHandle

Represents a stock data marker

Since:
R11
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.dss.dataView.DataComponentHandle
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUE

 

Fields inherited from class oracle.dss.dataView.ComponentHandle
m_dataAccess

 

Constructor Summary
ScatterDataComponentHandle(int id, java.lang.String name, java.lang.Object comp, int r, int c, int group, int series)
          Constructor that uses int values to specify the row and column.

 

Method Summary
 Attributes[] getXAttributes()
          The attributes that make up the X component of Group ex: Data labels - Sales, Product -Coke
 java.lang.Object getXValue(java.lang.String attrName)
          Retrieves the data attribute values associated with attrName argument.
 Attributes[] getYAttributes()
          The attributes that make up the Y component of Group ex: Data labels - Cost, Product -Coke
 java.lang.Object getYValue(java.lang.String attrName)
          Retrieves the data attribute values associated with attrName argument.

 

Methods inherited from class oracle.dss.dataView.DataComponentHandle
equals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toString

 

Methods inherited from class oracle.dss.dataView.ComponentHandle
getComponent, getID, getName, setDataAccess

 

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

 

Constructor Detail

ScatterDataComponentHandle

public ScatterDataComponentHandle(int id,
                                  java.lang.String name,
                                  java.lang.Object comp,
                                  int r,
                                  int c,
                                  int group,
                                  int series)
Constructor that uses int values to specify the row and column.
Parameters:
id - In a graph, a constant that identifies the represented graph component, such as Graph.DATAMARKER. For a GridView, the constant GridView.DATA_CELL.
name - The name of the component that this DataComponentHandle represents.
comp - The actual reference to the component.
r - The row of the component or cell.
c - The column of the component or cell.

Method Detail

getXValue

public java.lang.Object getXValue(java.lang.String attrName)
Retrieves the data attribute values associated with attrName argument.
Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getYValue

public java.lang.Object getYValue(java.lang.String attrName)
Retrieves the data attribute values associated with attrName argument.
Parameters:
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEY
Returns:
the data attribute value ex: a Double
See Also:
DataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEY

getXAttributes

public Attributes[] getXAttributes()
The attributes that make up the X component of Group ex: Data labels - Sales, Product -Coke
Returns:
array of Attributes

getYAttributes

public Attributes[] getYAttributes()
The attributes that make up the Y component of Group ex: Data labels - Cost, Product -Coke
Returns:
array of Attributes

Skip navigation links

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

E17492-04


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