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

E17492-02

oracle.dss.gauge
Class ThresholdComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.DataComponentHandle
          extended by oracle.dss.gauge.ThresholdComponentHandle
All Implemented Interfaces:
java.io.Serializable

public class ThresholdComponentHandle
extends DataComponentHandle

This is the component handle for threshold, which extends data component handle

- Threshold set through Data Specification:
For example: if we have 2 threshold values, we will have 3 threshold areas.
For the first two threshold area, getRow() and getColumn() return the Row ID and Column ID from the data set,
the last threshold area returns -1, -1 for both IDs, getIndex returns the index of the threshold.

- Threshold set through Tags or set threshold max value API in UIGauge:
getRow() and getColumn() return -1, getIndex returns the index of the threshold.

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
ThresholdComponentHandle(int id, java.lang.String name, java.lang.Object comp, int index, int r, int c)
           
 
Method Summary
 int getIndex()
          Retrieves the index of the threshold
 
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

ThresholdComponentHandle

public ThresholdComponentHandle(int id,
                                java.lang.String name,
                                java.lang.Object comp,
                                int index,
                                int r,
                                int c)
Parameters:
id - the component id
name - the component name
comp - the component handle
index - the index of the component
r - the row of the value in a data set
c - the column of the value in a data set
For internal use only. Application developers should not use this
Creates a threshold component handle
Method Detail

getIndex

public int getIndex()
Retrieves the index of the threshold

Returns:
the index

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

E17492-02

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