Holds all information that make up an element background. (No borders!)
getBackgroundAttachment
public CSSConstant getBackgroundAttachment(int i)
getBackgroundAttachmentCount
public int getBackgroundAttachmentCount()
getBackgroundClip
public CSSConstant getBackgroundClip(int i)
getBackgroundClipCount
public int getBackgroundClipCount()
getBackgroundImage
public Resource getBackgroundImage(int i)
getBackgroundImageCount
public int getBackgroundImageCount()
getBackgroundOrigin
public CSSConstant getBackgroundOrigin(int i)
getBackgroundOriginCount
public int getBackgroundOriginCount()
getBackgroundPosition
public CSSValuePair getBackgroundPosition(int i)
getBackgroundPositionsCount
public int getBackgroundPositionsCount()
getBackgroundRepeat
public CSSValuePair getBackgroundRepeat(int i)
getBackgroundRepeatCount
public int getBackgroundRepeatCount()
getBackgroundSizesCount
public int getBackgroundSizesCount()
setBackgroundAttachment
public void setBackgroundAttachment(int i,
CSSConstant data)
setBackgroundClip
public void setBackgroundClip(int i,
CSSConstant data)
setBackgroundImage
public void setBackgroundImage(int i,
Resource data)
setBackgroundOrigin
public void setBackgroundOrigin(int i,
CSSConstant data)
setBackgroundPosition
public void setBackgroundPosition(int i,
CSSValuePair data)
setBackgroundRepeat
public void setBackgroundRepeat(int i,
CSSValuePair data)
setBackgroundSizes
public void setBackgroundSizes(int i,
StrictDimension data)