| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataviewTitles
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 | 
|---|
java.awt.Color getBackground()
void setBackground(java.awt.Color bg)
bg - The background color for this title.java.awt.Color getForeground()
void setForeground(java.awt.Color fg)
fg - The foreground color for this title.void setUnderline(boolean underline)
underline - true to underline the text,
                    false to remove underlining.boolean isUnderline()
true if the text is underlined,
           false if the text is not underlined.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||