Skip navigation links

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

E17492-04


oracle.dss.gauge
Class GaugeSetTitle

java.lang.Object
  extended by oracle.dss.gauge.BaseGaugeComponent
      extended by oracle.dss.gauge.BaseText
          extended by oracle.dss.gauge.GaugeSetTitle

All Implemented Interfaces:
FontAttribute

public class GaugeSetTitle
extends BaseText

Defines the text and characteristics of the title of the gauge set.

Since:
11.1.1.1.0

Field Summary

 

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
GaugeSetTitle(CommonGauge gauge)
           

 

Method Summary
 java.lang.String getText()
          Retrieves the text for the gauge set title.
 void setText(java.lang.String str)
          Specifies the text for the gauge set title.

 

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

GaugeSetTitle

public GaugeSetTitle(CommonGauge gauge)

Method Detail

getText

public java.lang.String getText()
Retrieves the text for the gauge set title.
Returns:
String the text of this gauge set title.

setText

public void setText(java.lang.String str)
Specifies the text for the gauge set title.
Parameters:
str - the text of this gauge set title.

Skip navigation links

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

E17492-04


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