public class ScatterDataComponentHandle extends DataComponentHandle
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUEm_dataAccess| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toStringgetComponent, getID, getName, setDataAccesspublic ScatterDataComponentHandle(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 getXValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE,
DataComponentHandle.ROW_KEYpublic java.lang.Object getYValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE,
DataComponentHandle.ROW_KEYpublic Attributes[] getXAttributes()
public Attributes[] getYAttributes()