oracle.dss.gauge
Class BaseGaugeComponent
java.lang.Object
   oracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseGaugeComponent
- Direct Known Subclasses: 
- BaseElement, BaseFrame, BaseText, Indicator, Threshold, TickMark
- public class BaseGaugeComponent 
- extends java.lang.Object
- Since:
- 11.0
 
 
| 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 | 
 
m_commonGauge
protected CommonGauge m_commonGauge
m_compType
protected int m_compType
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.
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- rowof the gauge that this component
 belongs to.
- column- The- columnof the gauge that this component
 belongs to.
- Returns:
- Trueif the component(s) were selected,- Falseif 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 GaugeConstantsbeginning withID_
 
Copyright © 1997, 2011, Oracle. All rights reserved.