TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
IDStringSerializable
All Known Implementing Classes:
DWallpaper

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 IDWallpaper
extends IDStringSerializable

Provides an interface for wallpaper definition. Wallpaper is a property of IDStyle, drivers can use it to illuminate sober documents. JScrib profites an implementation of this interface : DWallpaper.

See Also:
DWallpaper

Method Summary
 int getEffect()
          Deprecated. Returns the effect applied on the wall paper
 java.lang.String getName()
          Deprecated. Returns the name of the Wall Pager
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDStringSerializable
serializeFromString, serializeToString
 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Returns the name of the Wall Pager


getEffect

int getEffect()
Deprecated. 
Returns the effect applied on the wall paper


TPTP 4.5.0 Platform Project
Internal API Specification