TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDStyle

All Superinterfaces:
IDObject
All Known Implementing Classes:
DStyle

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDStyle
extends IDObject

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

getFont

IDFont getFont()
Deprecated. 
Returns the style font.


setFont

void setFont(IDFont f)
Deprecated. 
Sets the style font to 'f'.

Parameters:
f - style font

setForeColor

void setForeColor(IDColor c)
Deprecated. 
Sets the style foreground color to 'c'.

Parameters:
c - style foreground color

getForeColor

IDColor getForeColor()
Deprecated. 
Returns the style foreground color.


setBackColor

void setBackColor(IDColor c)
Deprecated. 
Sets the style background color to 'c'.

Parameters:
c - style background color

getBackColor

IDColor getBackColor()
Deprecated. 
Returns the style background color.


setName

void setName(java.lang.String n)
Deprecated. 
Sets the style name to 'n'.

Parameters:
n - style name

getName

java.lang.String getName()
Deprecated. 
Returns the style name.


setNumberingFormat

void setNumberingFormat(int format)
Deprecated. 
Sets the style format to 'format'.

Parameters:
format - style numbering format.

getNumberingFormat

int getNumberingFormat()
Deprecated. 
Returns the style format.


getWallpaper

IDWallpaper getWallpaper()
Deprecated. 
Returns current wallpaper.


setWallpaper

void setWallpaper(IDWallpaper wallpaper)
Deprecated. 
Changes current wallpaper.


getID

java.lang.String getID()
Deprecated. 
Returns:
the unique id of the style.

TPTP 4.5.0 Platform Project
Internal API Specification