Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.gauge
Class BottomLabel

java.lang.Object
  extended by oracle.dss.gauge.BaseGaugeComponent
      extended by oracle.dss.gauge.BaseText
          extended by oracle.dss.gauge.BaseLabel
              extended by oracle.dss.gauge.BottomLabel

All Implemented Interfaces:
FontAttribute

public class BottomLabel
extends BaseLabel
Since:
11.0

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.
 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

BottomLabel

public BottomLabel(CommonGauge gauge)

Method Detail

getText

public java.lang.String getText()
Retrieves the text for the BottomLabel.
Returns:
String The text of this BottomLabel.

setText

public void setText(java.lang.String str)
Specifies the text for the BottomLabel.
Parameters:
str - The text of this BottomLabel.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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