Skip navigation links

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

E12063-03


oracle.dss.dataView
Interface DataviewTitles

All Superinterfaces:
FontAttribute, HorizontalAlignment, Titles
All Known Subinterfaces:
BaseTitleAttributes
All Known Implementing Classes:
BaseTitle, CommonBaseTitle, Footnote, Subtitle, Title

public interface DataviewTitles
extends Titles

Methods for the title of a data view.


Method Summary
 java.awt.Color getBackground()
          Retrieves the background color for this title.
 java.awt.Color getForeground()
          Retrieves the foreground color for this title.
 boolean isUnderline()
          Indicates whether the text is underlined with one line.
 void setBackground(java.awt.Color bg)
          Specifies the background color for this title.
 void setForeground(java.awt.Color fg)
          Specifies the foreground color for this title.
 void setUnderline(boolean underline)
          Specifies whether the text is underlined with one line.

 

Methods inherited from interface oracle.dss.dataView.Titles
getText, getUnParseText, isVisible, setText, setVisible

 

Methods inherited from interface oracle.dss.dataView.FontAttribute
getFont, setFont

 

Methods inherited from interface oracle.dss.dataView.HorizontalAlignment
getHorizontalAlignment, setHorizontalAlignment

 

Method Detail

getBackground

java.awt.Color getBackground()
Retrieves the background color for this title.
Returns:
The background color for this title.

setBackground

void setBackground(java.awt.Color bg)
Specifies the background color for this title.
Parameters:
bg - The background color for this title.

getForeground

java.awt.Color getForeground()
Retrieves the foreground color for this title.
Returns:
The foreground color for this title.

setForeground

void setForeground(java.awt.Color fg)
Specifies the foreground color for this title.
Parameters:
fg - The foreground color for this title.

setUnderline

void setUnderline(boolean underline)
Specifies whether the text is underlined with one line.
Parameters:
underline - true to underline the text, false to remove underlining.

isUnderline

boolean isUnderline()
Indicates whether the text is underlined with one line.
Returns:
true if the text is underlined, false if the text is not underlined.

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.