org.jfree.layouting.layouter.context
public class BackgroundSpecification extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static CSSValuePair |
EMPTY_BACKGROUND_REPEAT |
Constructor and Description |
---|
BackgroundSpecification() |
Modifier and Type | Method and Description |
---|---|
CSSConstant |
getBackgroundAttachment(int i) |
int |
getBackgroundAttachmentCount() |
CSSConstant |
getBackgroundClip(int i) |
int |
getBackgroundClipCount() |
org.pentaho.reporting.libraries.resourceloader.Resource |
getBackgroundImage(int i) |
int |
getBackgroundImageCount() |
CSSConstant |
getBackgroundOrigin(int i) |
int |
getBackgroundOriginCount() |
CSSValuePair |
getBackgroundPosition(int i) |
int |
getBackgroundPositionsCount() |
CSSValuePair |
getBackgroundRepeat(int i) |
int |
getBackgroundRepeatCount() |
StrictDimension |
getBackgroundSize(int i) |
int |
getBackgroundSizesCount() |
void |
setBackgroundAttachment(int i,
CSSConstant data) |
void |
setBackgroundClip(int i,
CSSConstant data) |
void |
setBackgroundImage(int i,
org.pentaho.reporting.libraries.resourceloader.Resource data) |
void |
setBackgroundOrigin(int i,
CSSConstant data) |
void |
setBackgroundPosition(int i,
CSSValuePair data) |
void |
setBackgroundRepeat(int i,
CSSValuePair data) |
void |
setBackgroundSizes(int i,
StrictDimension data) |
public static final CSSValuePair EMPTY_BACKGROUND_REPEAT
public org.pentaho.reporting.libraries.resourceloader.Resource getBackgroundImage(int i)
public int getBackgroundImageCount()
public void setBackgroundImage(int i, org.pentaho.reporting.libraries.resourceloader.Resource data)
public CSSValuePair getBackgroundRepeat(int i)
public int getBackgroundRepeatCount()
public void setBackgroundRepeat(int i, CSSValuePair data)
public StrictDimension getBackgroundSize(int i)
public int getBackgroundSizesCount()
public void setBackgroundSizes(int i, StrictDimension data)
public CSSValuePair getBackgroundPosition(int i)
public int getBackgroundPositionsCount()
public void setBackgroundPosition(int i, CSSValuePair data)
public CSSConstant getBackgroundOrigin(int i)
public int getBackgroundOriginCount()
public void setBackgroundOrigin(int i, CSSConstant data)
public CSSConstant getBackgroundClip(int i)
public int getBackgroundClipCount()
public void setBackgroundClip(int i, CSSConstant data)
public CSSConstant getBackgroundAttachment(int i)
public int getBackgroundAttachmentCount()
public void setBackgroundAttachment(int i, CSSConstant data)