|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public java.awt.Color getBackground()
public void setBackground(java.awt.Color bg)
bg - The background color for this title.public java.awt.Color getForeground()
public void setForeground(java.awt.Color fg)
fg - The foreground color for this title.public void setUnderline(boolean underline)
underline - true to underline the text, false to remove underlining.public boolean isUnderline()
true if the text is underlined, false if the text is not underlined.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||