| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseText
oracle.dss.gauge.BaseLabel
oracle.dss.gauge.BottomLabel
public class BottomLabel
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.gauge.BaseLabel | 
|---|
| lp_abovegauge, lp_belowgauge, lp_insidegauge, lp_insidegauge_left, lp_insidegauge_right, lp_none, lp_withbottomlabel, m_defaultPosition, m_positionKey | 
| Fields inherited from class oracle.dss.gauge.BaseText | 
|---|
| m_defaultFont, m_defaultFontColor, m_fontColorKey, m_fontKey, m_isGaugeSetComponent | 
| Fields inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| m_commonGauge, m_compType | 
| Constructor Summary | |
|---|---|
| BottomLabel(CommonGauge gauge) | |
| Method Summary | |
|---|---|
|  java.lang.String | getText()Retrieves the text for the BottomLabel. | 
|  java.lang.String | getText(int index)Retrieves the bottom label override for the gauge at the specified index of a gauge set. | 
|  void | setText(int index,
        java.lang.String label)Specifies the bottom label override for the gauge at the specified index of a gauge set. | 
|  void | setText(java.lang.String str)Specifies the text for the BottomLabel. | 
| Methods inherited from class oracle.dss.gauge.BaseLabel | 
|---|
| convertLabelPositionToInt, convertLabelPositionToString, getPosition, setPosition | 
| Methods inherited from class oracle.dss.gauge.BaseText | 
|---|
| getFont, getFontColor, setFont, setFontColor | 
| Methods inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| getComponentName, getComponentType, selectObject | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BottomLabel(CommonGauge gauge)
| Method Detail | 
|---|
public java.lang.String getText()
public void setText(java.lang.String str)
str - The text of this BottomLabel.
public void setText(int index,
                    java.lang.String label)
index - The index of the bottom label to override in a gauge set.label - The label to to apply.public java.lang.String getText(int index)
index - The index of the bottom label to return.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||