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

E12063-05

oracle.dss.dataView
Interface Titles

All Superinterfaces:
FontAttribute, HorizontalAlignment
All Known Subinterfaces:
BaseTitleAttributes, DataviewTitles
All Known Implementing Classes:
BaseAxisTitle, BaseGraphTitle, BaseTitle, BaseTitle, CommonBaseTitle, Footnote, GraphFootnote, GraphSubtitle, GraphTitle, O1DrillLabel, O1Title, Subtitle, Title, X1Title, Y1Title, Y2Title, ZDrillLabel, ZTitle

public interface Titles
extends FontAttribute, HorizontalAlignment

This interface describes the methods for the title of a data view.


Method Summary
 java.lang.String getText()
          Retrieves the text for the title.
 java.lang.String getUnParseText()
          Retrieves the unparsed text for the title.
 boolean isVisible()
          Retrieves whether the title is visible.
 void setText(java.lang.String t)
          Specifies the text for the title.
 void setVisible(boolean b)
          Specifies whether the title is visible.
 
Methods inherited from interface oracle.dss.dataView.FontAttribute
getFont, setFont
 
Methods inherited from interface oracle.dss.dataView.HorizontalAlignment
getHorizontalAlignment, setHorizontalAlignment
 

Method Detail

setText

void setText(java.lang.String t)
Specifies the text for the title.

Parameters:
t - The text for the title.

getText

java.lang.String getText()
Retrieves the text for the title.

Returns:
The text for the title.

setVisible

void setVisible(boolean b)
Specifies whether the title is visible.

Parameters:
b - true to make it visible, false to make it invisible.

isVisible

boolean isVisible()
Retrieves whether the title is visible.

Returns:
true if it is visible, false if it is invisible.

getUnParseText

java.lang.String getUnParseText()
Retrieves the unparsed text for the title. Unparsed text is text with variable names instead of variable definitions.

Returns:
The unparsed text for the title.
See Also:
TokenSubstitution

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

E12063-05

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