com.businessobjects.rebean.wi
Interface Skin


public interface Skin

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The Skin interface holds information about the different report display modes available on a Web Intelligence server.

Call ReportEngine.getBackgroundSkins(SkinReportElementType) to retrieve an array of Skin objects available for a specific SkinReportElementType.

Note: Skin objects are read-only.

Since:
11.5
See Also:
Attributes, SkinReportElementType, ImageDisplayMode, ReportEngine

Method Summary
 ImageDisplayMode getDisplayMode()
          Returns the ImageDisplayMode applied to Skin instance.
 java.lang.String getName()
          Returns the name of the skin.
 java.lang.String getUrl()
          Returns the URL where the Skin instance is stored on the WebIntellgence server.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the skin.

Returns:
The Skin name. The Skin name is never null.

getUrl

java.lang.String getUrl()
Returns the URL where the Skin instance is stored on the WebIntellgence server.

Returns:
The URL where the Skin instance is stored. The Skin URL is never null.

getDisplayMode

ImageDisplayMode getDisplayMode()
Returns the ImageDisplayMode applied to Skin instance.

Returns:
An ImageDisplayMode instance. The Skin ImageDisplayMode is never null.