Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.dataView
Class BoxPlotDataComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.DataComponentHandle
          extended by oracle.dss.dataView.BoxPlotDataComponentHandle

All Implemented Interfaces:
java.io.Serializable

public class BoxPlotDataComponentHandle
extends DataComponentHandle
Since:
R11
See Also:
Serialized Form

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

BoxPlotDataComponentHandle

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)
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.

Method Detail

getGroup

public int getGroup()
Retrieves the group number of the component. For this method to be effective, this DataComponentHandle must have been constructed by a constructor that has group and series arguments.
Overrides:
getGroup in class DataComponentHandle
Returns:
The group number of the component.
See Also:
Graph.isDataRowShownAsASeries()

getMinValue

public java.lang.Object getMinValue(java.lang.String attrName)
Retrieves the Min 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

getTenValue

public java.lang.Object getTenValue(java.lang.String attrName)
Retrieves the 10% 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

getQ1Value

public java.lang.Object getQ1Value(java.lang.String attrName)
Retrieves the 25% 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

getMedianValue

public java.lang.Object getMedianValue(java.lang.String attrName)
Retrieves the Median 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

getQ3Value

public java.lang.Object getQ3Value(java.lang.String attrName)
Retrieves the 75% 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

getNinetyValue

public java.lang.Object getNinetyValue(java.lang.String attrName)
Retrieves the 90% 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

getMaxValue

public java.lang.Object getMaxValue(java.lang.String attrName)
Retrieves the Max 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

getMinAttributes

public Attributes[] getMinAttributes()
The attributes that make up the Min component of Group
Returns:
array of Attributes

getTenAttributes

public Attributes[] getTenAttributes()
The attributes that make up the 10% component of Group
Returns:
array of Attributes

getQ1Attributes

public Attributes[] getQ1Attributes()
The attributes that make up the 25% component of Group
Returns:
array of Attributes

getMedianAttributes

public Attributes[] getMedianAttributes()
The attributes that make up the median component of Group
Returns:
array of Attributes

getQ3Attributes

public Attributes[] getQ3Attributes()
The attributes that make up the 75% component of Group
Returns:
array of Attributes

getNinetyAttributes

public Attributes[] getNinetyAttributes()
The attributes that make up the 90% component of Group
Returns:
array of Attributes

getMaxAttributes

public Attributes[] getMaxAttributes()
The attributes that make up the max component of Group
Returns:
array of Attributes

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.