Generated by
JDiff

Class com.itextpdf.layout.property.BackgroundImage

Added Constructors
BackgroundImage( AbstractLinearGradientBuilder, BlendMode ) Creates a new BackgroundImage instance with linear gradient and custom blending mode.
BackgroundImage( PdfFormXObject, BackgroundRepeat ) Creates a new BackgroundImage instance.
BackgroundImage( PdfFormXObject, BackgroundRepeat , BlendMode ) Creates a new BackgroundImage instance.
BackgroundImage( PdfImageXObject, BackgroundRepeat ) Creates a new BackgroundImage instance.
BackgroundImage( PdfImageXObject, BackgroundRepeat , BlendMode ) Creates a new BackgroundImage instance.
BackgroundImage( BackgroundImage) Creates a copy of passed BackgroundImage instance.
 

Changed Constructors
BackgroundImage( AbstractLinearGradientBuilder) Documentation changed from old to new.
Now deprecated.
Remove this constructor in 7.2.
BackgroundImage( PdfFormXObject) Documentation changed from old to new.
Now deprecated.
Remove this constructor in 7.2.
BackgroundImage( PdfFormXObject, boolean , boolean ) Documentation changed from old to new.
Now deprecated.
Remove this constructor in 7.2.
BackgroundImage( PdfImageXObject) Documentation changed from old to new.
Now deprecated.
Remove this constructor in 7.2.
BackgroundImage( PdfImageXObject, boolean , boolean ) Documentation changed from old to new.
Now deprecated.
Remove this constructor in 7.2.
 

Added Methods
BackgroundBox  getBackgroundClip() Gets background-clip.
BackgroundBox  getBackgroundOrigin() Gets background-origin.
BackgroundPosition  getBackgroundPosition() Gets background-position.
BackgroundSize  getBackgroundSize() Gets the background size property.
BlendMode  getBlendMode() Get the image's blend mode.
float  getHeight() Gets initial image height.
float  getImageHeight() Gets initial image height.
float  getImageWidth() Gets initial image width.
BackgroundRepeat  getRepeat() Gets image BackgroundRepeat instance.
float  getWidth() Gets initial image width.
 

Changed Fields
boolean  repeatX Documentation changed from old to new.
Now deprecated.
replace this field with {@link BackgroundRepeat} instance
boolean  repeatY Documentation changed from old to new.
Now deprecated.
replace this field with {@link BackgroundRepeat} instance