|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echoservlet.BackgroundImagePropertiesRenderer
public class BackgroundImagePropertiesRenderer
Utility to render add background data contained in a
BackgroundImageProperties
object to a
ComponentStyle
.
Method Summary | |
---|---|
static void |
render(BackgroundImageProperties bgProperties,
java.lang.String imageUri,
ComponentStyle style)
Renders background data contained in a BackgroundImageProperties object to a
ComponentStyle . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void render(BackgroundImageProperties bgProperties, java.lang.String imageUri, ComponentStyle style)
BackgroundImageProperties
object to a
ComponentStyle
.
bgProperties
- The background image data.imageUri
- The URI of the background image.style
- The ComponentStyle
to be updated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |