public class BubbleDataComponentHandle extends ScatterDataComponentHandle
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUEm_dataAccess| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getXAttributes, getXValue, getYAttributes, getYValueequals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toStringgetComponent, getID, getName, setDataAccess
public BubbleDataComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
int r,
int c,
int group,
int series)
int values to specify the row and column.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.public java.lang.Object getZValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, DataComponentHandle.ROW_KEYpublic Attributes[] getZAttributes()