|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.ComponentHandle
oracle.dss.dataView.DataComponentHandle
oracle.dss.dataView.ScatterDataComponentHandle
public class ScatterDataComponentHandle
Represents a stock data marker
| 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 |
|---|
public 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.| Method Detail |
|---|
public java.lang.Object getXValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE,
DataComponentHandle.ROW_KEYpublic java.lang.Object getYValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE,
DataComponentHandle.ROW_KEYpublic Attributes[] getXAttributes()
public Attributes[] getYAttributes()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||