nl.gx.webmanager.cms.layout
Interface BackgroundImage

All Known Subinterfaces:
InternalBackgroundImage

public interface BackgroundImage

Background images are displayed using a number of css properties. This object provides access to these properties.

See Also:
InternalBackgroundImage

Method Summary
 java.lang.String getCssRepeatValue()
          Return value for the css background-repeat attribute.
 java.lang.String getCssWatermarkValue()
          Return value (scroll/fixed) for the css background-attachment attribute.
 int getCssXPositionValue()
          Return x position for the css background-position attribute.
 int getCssYPositionValue()
          Return y position for the css background-position attribute.
 java.lang.String getHtmlAttributes()
          Return css style for the background image.
 java.lang.String getSource()
          Return location of the image.
 

Method Detail

getCssXPositionValue

int getCssXPositionValue()
Return x position for the css background-position attribute.

Returns:
x position for the css background-position attribute.

getCssYPositionValue

int getCssYPositionValue()
Return y position for the css background-position attribute.

Returns:
y position for the css background-position attribute.

getCssRepeatValue

java.lang.String getCssRepeatValue()
Return value for the css background-repeat attribute.

Returns:
value for the css background-repeat attribute.

getCssWatermarkValue

java.lang.String getCssWatermarkValue()
Return value (scroll/fixed) for the css background-attachment attribute.

Returns:
value (scroll/fixed) for the css background-attachment attribute.

getHtmlAttributes

java.lang.String getHtmlAttributes()
Return css style for the background image.

Returns:
css style for the background image.

getSource

java.lang.String getSource()
Return location of the image.

Returns:
location of the image.


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.