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

E17492-01

oracle.dss.gauge
Class BaseGaugeComponent

java.lang.Object
  extended by oracle.dss.gauge.BaseGaugeComponent
Direct Known Subclasses:
BaseElement, BaseFrame, BaseText, Indicator, Threshold, TickMark

public class BaseGaugeComponent
extends java.lang.Object

Since:
11.0

Field Summary
protected  CommonGauge m_commonGauge
           
protected  int m_compType
           
 
Constructor Summary
protected BaseGaugeComponent(CommonGauge gauge, int compType)
           
 
Method Summary
protected  java.lang.String getComponentName()
           
protected  int getComponentType()
          Returns the type of this component.
 boolean selectObject(int row, int column)
          This method selects either a particular gauge's component of this type or components of this type in all gauges in the gauge set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_commonGauge

protected CommonGauge m_commonGauge

m_compType

protected int m_compType
Constructor Detail

BaseGaugeComponent

protected BaseGaugeComponent(CommonGauge gauge,
                             int compType)
Parameters:
gauge - The gauge that this object belongs to.
For internal use only. Application developers should not use this
Constructor. Application developers should not have to construct this object, because the gauge does it automatically.
Method Detail

selectObject

public boolean selectObject(int row,
                            int column)
This method selects either a particular gauge's component of this type or components of this type in all gauges in the gauge set.

Parameters:
row - The row of the gauge that this component belongs to.
column - The column of the gauge that this component belongs to.
Returns:
True if the component(s) were selected, False if the component(s) couldn't be selected.

getComponentName

protected java.lang.String getComponentName()
For internal use only. Application developers should not use this
Retrieves the name of the component

getComponentType

protected int getComponentType()
Returns the type of this component.

Returns:
Integer representing the component type; can be one of the constants from GaugeConstants beginning with ID_

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

E17492-01

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