|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalBackgroundImage
Extends the BackgroundImage interface with setters.
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 |
|---|
void setXPosition(int x)
x - the x coordinate.void setYPosition(int y)
y - the y coordinate.void setCssRepeatValue(java.lang.String repeat)
repeat - One of repeat, no-repeat, repeat-x or repeat-y.void setCssWatermarkValue(java.lang.String watermark)
watermark - Either scroll or fixed.void setImageSource(java.lang.String source)
source - location of the image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||