nextapp.echoservlet
Class BackgroundImagePropertiesRenderer
java.lang.Object
nextapp.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
|
|
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 |
EXTENT_0_PX
private static final nextapp.echo.Extent EXTENT_0_PX
BackgroundImagePropertiesRenderer
private BackgroundImagePropertiesRenderer()
- Non-instantiable class.
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.