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.


Field Summary
private static nextapp.echo.Extent EXTENT_0_PX
           
 
Constructor Summary
private BackgroundImagePropertiesRenderer()
          Non-instantiable class.
 
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
 

Field Detail

EXTENT_0_PX

private static final nextapp.echo.Extent EXTENT_0_PX
Constructor Detail

BackgroundImagePropertiesRenderer

private BackgroundImagePropertiesRenderer()
Non-instantiable class.

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