|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBackgroundImageCapability
Everything concerning background image.
| Method Summary | |
|---|---|
String |
getBackgroundImageHorizontalPosition()
Returns a string indicating the horizontal positionning for the background image. |
String |
getBackgroundImageURL()
Returns an url string pointing to the background image. |
String |
getBackgroundImageVerticalPosition()
Returns a string indicating the vertical positionning for the background image. |
boolean |
isBackgroundImageHorizontalRepeat()
Returns a boolean value indicating wether the background image should be repeated horizontally or not. |
boolean |
isBackgroundImageVerticalRepeat()
Returns a boolean value indicating wether the background image should be repeated vertically or not. |
void |
setBackgroundImageHorizontalPosition(String horizontalPosition)
Sets a string indicating the horizontal positionning for the background image. |
void |
setBackgroundImageHorizontalRepeat(boolean repeat)
Sets a boolean value indicating wether the background image should be repeated horizontally or not. |
void |
setBackgroundImageURL(String backgroundImageURL)
Sets an url string pointing to the background image. |
void |
setBackgroundImageVerticalPosition(String verticalPosition)
Sets a string indicating the vertical positionning for the background image. |
void |
setBackgroundImageVerticalRepeat(boolean repeat)
Sets a boolean value indicating wether the background image should be repeated vertically or not. |
| Method Detail |
|---|
String getBackgroundImageURL()
void setBackgroundImageURL(String backgroundImageURL)
backgroundImageURL - image urlString getBackgroundImageHorizontalPosition()
void setBackgroundImageHorizontalPosition(String horizontalPosition)
horizontalPosition - horizontal positionString getBackgroundImageVerticalPosition()
void setBackgroundImageVerticalPosition(String verticalPosition)
verticalPosition - positionboolean isBackgroundImageHorizontalRepeat()
void setBackgroundImageHorizontalRepeat(boolean repeat)
repeat - booleanboolean isBackgroundImageVerticalRepeat()
void setBackgroundImageVerticalRepeat(boolean repeat)
repeat - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||