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

E17492-02

oracle.dss.dataView
Class BubbleDataComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.DataComponentHandle
          extended by oracle.dss.dataView.ScatterDataComponentHandle
              extended by oracle.dss.dataView.BubbleDataComponentHandle
All Implemented Interfaces:
java.io.Serializable

public class BubbleDataComponentHandle
extends ScatterDataComponentHandle

Represents a bubble 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
BubbleDataComponentHandle(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[] getZAttributes()
          The attributes that make up the Z component of Group ex: Data labels - Quota, Product -Coke
 java.lang.Object getZValue(java.lang.String attrName)
          Retrieves the data attribute values associated with attrName argument.
 
Methods inherited from class oracle.dss.dataView.ScatterDataComponentHandle
getXAttributes, getXValue, getYAttributes, getYValue
 
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

BubbleDataComponentHandle

public BubbleDataComponentHandle(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

getZValue

public java.lang.Object getZValue(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

getZAttributes

public Attributes[] getZAttributes()
The attributes that make up the Z component of Group ex: Data labels - Quota, Product -Coke

Returns:
array of Attributes

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

E17492-02

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