Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface DataviewTitles

All Superinterfaces:
FontAttribute, HorizontalAlignment, Titles
All Known Implementing Classes:
BaseTitle

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

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

setBackground

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

getForeground

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

setForeground

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

setUnderline

public 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

public 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.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.