org.jfree.layouting.layouter.context

Class BackgroundSpecification

public class BackgroundSpecification extends Object implements Serializable

Holds all information that make up an element background. (No borders!)

Author: Thomas Morgner

Field Summary
static CSSValuePairEMPTY_BACKGROUND_REPEAT
Constructor Summary
BackgroundSpecification()
Method Summary
CSSConstantgetBackgroundAttachment(int i)
intgetBackgroundAttachmentCount()
CSSConstantgetBackgroundClip(int i)
intgetBackgroundClipCount()
ResourcegetBackgroundImage(int i)
intgetBackgroundImageCount()
CSSConstantgetBackgroundOrigin(int i)
intgetBackgroundOriginCount()
CSSValuePairgetBackgroundPosition(int i)
intgetBackgroundPositionsCount()
CSSValuePairgetBackgroundRepeat(int i)
intgetBackgroundRepeatCount()
StrictDimensiongetBackgroundSize(int i)
intgetBackgroundSizesCount()
voidsetBackgroundAttachment(int i, CSSConstant data)
voidsetBackgroundClip(int i, CSSConstant data)
voidsetBackgroundImage(int i, Resource data)
voidsetBackgroundOrigin(int i, CSSConstant data)
voidsetBackgroundPosition(int i, CSSValuePair data)
voidsetBackgroundRepeat(int i, CSSValuePair data)
voidsetBackgroundSizes(int i, StrictDimension data)

Field Detail

EMPTY_BACKGROUND_REPEAT

public static final CSSValuePair EMPTY_BACKGROUND_REPEAT

Constructor Detail

BackgroundSpecification

public BackgroundSpecification()

Method Detail

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()

getBackgroundSize

public StrictDimension getBackgroundSize(int i)

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)