| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| 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.BoxPlotDataComponentHandle
public class BoxPlotDataComponentHandle
| 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 | |
|---|---|
BoxPlotDataComponentHandle(int id,
                           java.lang.String name,
                           java.lang.Object comp,
                           int r,
                           int c,
                           int group,
                           int series,
                           int min,
                           int t,
                           int fq,
                           int med,
                           int lq,
                           int n,
                           int max)
Constructor that uses int values to specify the row and
 column. | 
|
| Method Summary | |
|---|---|
 int | 
getGroup()
Retrieves the group number of the component.  | 
 Attributes[] | 
getMaxAttributes()
The attributes that make up the max component of Group  | 
 java.lang.Object | 
getMaxValue(java.lang.String attrName)
Retrieves the Max data attribute values associated with attrName argument.  | 
 Attributes[] | 
getMedianAttributes()
The attributes that make up the median component of Group  | 
 java.lang.Object | 
getMedianValue(java.lang.String attrName)
Retrieves the Median data attribute values associated with attrName argument.  | 
 Attributes[] | 
getMinAttributes()
The attributes that make up the Min component of Group  | 
 java.lang.Object | 
getMinValue(java.lang.String attrName)
Retrieves the Min data attribute values associated with attrName argument.  | 
 Attributes[] | 
getNinetyAttributes()
The attributes that make up the 90% component of Group  | 
 java.lang.Object | 
getNinetyValue(java.lang.String attrName)
Retrieves the 90% data attribute values associated with attrName argument.  | 
 Attributes[] | 
getQ1Attributes()
The attributes that make up the 25% component of Group  | 
 java.lang.Object | 
getQ1Value(java.lang.String attrName)
Retrieves the 25% data attribute values associated with attrName argument.  | 
 Attributes[] | 
getQ3Attributes()
The attributes that make up the 75% component of Group  | 
 java.lang.Object | 
getQ3Value(java.lang.String attrName)
Retrieves the 75% data attribute values associated with attrName argument.  | 
 Attributes[] | 
getTenAttributes()
The attributes that make up the 10% component of Group  | 
 java.lang.Object | 
getTenValue(java.lang.String attrName)
Retrieves the 10% data attribute values associated with attrName argument.  | 
| Methods inherited from class oracle.dss.dataView.DataComponentHandle | 
|---|
equals, getColumn, getComponentInfo, 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 BoxPlotDataComponentHandle(int id,
                                  java.lang.String name,
                                  java.lang.Object comp,
                                  int r,
                                  int c,
                                  int group,
                                  int series,
                                  int min,
                                  int t,
                                  int fq,
                                  int med,
                                  int lq,
                                  int n,
                                  int max)
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 int getGroup()
DataComponentHandle
 must have been constructed by a constructor that has group
 and series arguments.
getGroup in class DataComponentHandleGraph.isDataRowShownAsASeries()public java.lang.Object getMinValue(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 getTenValue(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 getQ1Value(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 getMedianValue(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 getQ3Value(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 getNinetyValue(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 getMaxValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic Attributes[] getMinAttributes()
public Attributes[] getTenAttributes()
public Attributes[] getQ1Attributes()
public Attributes[] getMedianAttributes()
public Attributes[] getQ3Attributes()
public Attributes[] getNinetyAttributes()
public Attributes[] getMaxAttributes()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||