|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IDStyle
Provides an interface the style in JScrib. A JScrib style is defined with a name,a font, a background and foreground colors.
| Method Summary | |
|---|---|
IDColor |
getBackColor()
Deprecated. Returns the style background color. |
IDFont |
getFont()
Deprecated. Returns the style font. |
IDColor |
getForeColor()
Deprecated. Returns the style foreground color. |
java.lang.String |
getID()
Deprecated. |
java.lang.String |
getName()
Deprecated. Returns the style name. |
int |
getNumberingFormat()
Deprecated. Returns the style format. |
IDWallpaper |
getWallpaper()
Deprecated. Returns current wallpaper. |
void |
setBackColor(IDColor c)
Deprecated. Sets the style background color to 'c'. |
void |
setFont(IDFont f)
Deprecated. Sets the style font to 'f'. |
void |
setForeColor(IDColor c)
Deprecated. Sets the style foreground color to 'c'. |
void |
setName(java.lang.String n)
Deprecated. Sets the style name to 'n'. |
void |
setNumberingFormat(int format)
Deprecated. Sets the style format to 'format'. |
void |
setWallpaper(IDWallpaper wallpaper)
Deprecated. Changes current wallpaper. |
| Method Detail |
|---|
IDFont getFont()
void setFont(IDFont f)
f - style fontvoid setForeColor(IDColor c)
c - style foreground colorIDColor getForeColor()
void setBackColor(IDColor c)
c - style background colorIDColor getBackColor()
void setName(java.lang.String n)
n - style namejava.lang.String getName()
void setNumberingFormat(int format)
format - style numbering format.int getNumberingFormat()
IDWallpaper getWallpaper()
void setWallpaper(IDWallpaper wallpaper)
java.lang.String getID()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||