Skip navigation links

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

E17492-03


oracle.dss.gauge
Class LegendTitle

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

All Implemented Interfaces:
FontAttribute

public class LegendTitle
extends BaseText
Since:
11.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
LegendTitle(CommonGauge gauge)
           

 

Method Summary
 java.lang.String getText()
          Retrieves the text for the legend title.
 boolean isVisible()
          Indicates whether this legend title is visible.
 void setText(java.lang.String str)
          Specifies the text for the legend title.
 void setVisible(boolean visible)
          Specifies whether this legend title is visible.

 

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

LegendTitle

public LegendTitle(CommonGauge gauge)

Method Detail

isVisible

public boolean isVisible()
Indicates whether this legend title is visible.
Returns:
true if it is visible, false if it is invisible.

setVisible

public void setVisible(boolean visible)
Specifies whether this legend title is visible.
Parameters:
visible - true to make it visible, false to make it invisible.

getText

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

setText

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

Skip navigation links

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

E17492-03


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