public class BoxPlotDataComponentHandle extends DataComponentHandle
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUEm_dataAccess| Constructor and Description | 
|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
equals, getColumn, getComponentInfo, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toStringgetComponent, getID, getName, setDataAccesspublic 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.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_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getTenValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getQ1Value(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getMedianValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getQ3Value(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getNinetyValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.UNFORMATTED_VALUE, 
DataComponentHandle.ROW_KEYpublic java.lang.Object getMaxValue(java.lang.String attrName)
attrName - A constant for the attribute name UNFORMATTED_VALUE
                 or ROW_KEYDataComponentHandle.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()