Class UrlCss3Value
java.lang.Object
com.webfirmframework.wffweb.data.AbstractBean<UrlCss3Value>
com.webfirmframework.wffweb.css.UrlCss3Value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webfirmframework.wffweb.data.AbstractBean
getStateChangeInformer, isAlreadyInUse, setAlreadyInUse, setStateChangeInformer
-
Constructor Details
-
UrlCss3Value
- Parameters:
urlCssValue
- eg:-url(\"Test.png\")75 158
orurl(\"Test.png\")
urlCssValue
-
-
UrlCss3Value
- Parameters:
url
- eg:- Test.pngx
- x coordinate value. give -1 if no value needs to be defined.y
- y coordinate value. give -1 if no value needs to be defined.
-
-
Method Details
-
setUrlCssValue
-
getUrl
- Returns:
- the value of url(). i.e. it could be http: or data: string
-
setUrl
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
toString
-
getValue
- Returns:
- the print format of these valus as a css value.
- Since:
- 1.0.0
-