oracle.dss.dataView
Class BubbleDataComponentHandle
java.lang.Object
oracle.dss.dataView.ComponentHandle
oracle.dss.dataView.DataComponentHandle
oracle.dss.dataView.ScatterDataComponentHandle
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
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.DataComponentHandle |
equals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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
Copyright © 1997, 2009, Oracle. All rights reserved.