|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Skin
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheSkin 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.
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 |
|---|
java.lang.String getName()
Skin name. The Skin name is never
null.java.lang.String getUrl()
Skin instance is stored on the WebIntellgence
server.
Skin instance is stored. The Skin
URL is never null.ImageDisplayMode getDisplayMode()
ImageDisplayMode applied to Skin instance.
ImageDisplayMode instance. The Skin
ImageDisplayMode is never null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||