nl.gx.webmanager.cms.layout
Interface InternalBackgroundImage

All Superinterfaces:
BackgroundImage

public interface InternalBackgroundImage
extends BackgroundImage

Extends the BackgroundImage interface with setters.

See Also:
BackgroundImage

Method Summary
 void setCssRepeatValue(java.lang.String repeat)
          Set value for the css background-repeat attribute.
 void setCssWatermarkValue(java.lang.String watermark)
          Set value for the css background-attachment attribute.
 void setImageSource(java.lang.String source)
          Set location of the image.
 void setXPosition(int x)
          Set x position for the css background-position attribute.
 void setYPosition(int y)
          Set Y position for the css background-position attribute.
 
Methods inherited from interface nl.gx.webmanager.cms.layout.BackgroundImage
getCssRepeatValue, getCssWatermarkValue, getCssXPositionValue, getCssYPositionValue, getHtmlAttributes, getSource
 

Method Detail

setXPosition

void setXPosition(int x)
Set x position for the css background-position attribute.

Parameters:
x - the x coordinate.

setYPosition

void setYPosition(int y)
Set Y position for the css background-position attribute.

Parameters:
y - the y coordinate.

setCssRepeatValue

void setCssRepeatValue(java.lang.String repeat)
Set value for the css background-repeat attribute.

Parameters:
repeat - One of repeat, no-repeat, repeat-x or repeat-y.

setCssWatermarkValue

void setCssWatermarkValue(java.lang.String watermark)
Set value for the css background-attachment attribute.

Parameters:
watermark - Either scroll or fixed.

setImageSource

void setImageSource(java.lang.String source)
Set location of the image.

Parameters:
source - location of the image


Copyright © 2007-2011 GX Software BV. All Rights Reserved.