NextApp Echo
App Container 1.1.4

nextapp.echoservlet
Class BackgroundImagePropertiesRenderer

java.lang.Object
  extended bynextapp.echoservlet.BackgroundImagePropertiesRenderer

public class BackgroundImagePropertiesRenderer
extends java.lang.Object

Utility to render add background data contained in a BackgroundImageProperties object to a ComponentStyle.


Method Summary
static void render(nextapp.echo.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

render

public static void render(nextapp.echo.BackgroundImageProperties bgProperties,
                          java.lang.String imageUri,
                          ComponentStyle style)
Renders background data contained in a BackgroundImageProperties object to a ComponentStyle.

Parameters:
bgProperties - The background image data.
imageUri - The URI of the background image.
style - The ComponentStyle to be updated.

NextApp Echo
App Container 1.1.4