|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseText
oracle.dss.gauge.LegendTitle
public class LegendTitle
| 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 |
|---|
public LegendTitle(CommonGauge gauge)
| Method Detail |
|---|
public boolean isVisible()
true if it is visible, false if it is invisible.public void setVisible(boolean visible)
visible - true to make it visible, false to make it invisible.public java.lang.String getText()
public void setText(java.lang.String str)
str - The text of this legend title.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||