Uses of Class
com.itextpdf.layout.properties.BackgroundImage
Packages that use BackgroundImage
-
Uses of BackgroundImage in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BackgroundImageModifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage(BackgroundImage image) Specifies a background image for the Element.Method parameters in com.itextpdf.layout with type arguments of type BackgroundImageModifier and TypeMethodDescriptionElementPropertyContainer.setBackgroundImage(List<BackgroundImage> imagesList) Specifies a list of background images for the Element. -
Uses of BackgroundImage in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BackgroundImageModifier and TypeMethodDescriptionBackgroundImage.Builder.build()Builds newBackgroundImageusing set fields.Methods in com.itextpdf.layout.properties with parameters of type BackgroundImageModifier and TypeMethodDescriptionprivate static BackgroundSizeBackgroundImage.calculateBackgroundSizeForArea(BackgroundImage image, float areaWidth, float areaHeight) Constructors in com.itextpdf.layout.properties with parameters of type BackgroundImageModifierConstructorDescriptionBackgroundImage(BackgroundImage backgroundImage) Creates a copy of passedBackgroundImageinstance. -
Uses of BackgroundImage in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type BackgroundImageModifier and TypeMethodDescriptionprivate voidAbstractRenderer.drawBackgroundImage(BackgroundImage backgroundImage, DrawContext drawContext, Rectangle backgroundArea) private static voidAbstractRenderer.drawPdfXObject(Rectangle imageRectangle, BackgroundImage backgroundImage, DrawContext drawContext, PdfXObject backgroundXObject, Rectangle backgroundArea, Rectangle originBackgroundArea) private static voidAbstractRenderer.drawPdfXObjectHorizontally(Rectangle imageRectangle, BackgroundImage backgroundImage, DrawContext drawContext, PdfXObject backgroundXObject, Rectangle backgroundArea, boolean firstDraw, float xWhitespace) Method parameters in com.itextpdf.layout.renderer with type arguments of type BackgroundImageModifier and TypeMethodDescriptionprivate booleanAbstractRenderer.drawBackgroundImagesList(List<BackgroundImage> backgroundImagesList, boolean backgroundAreaIsClipped, DrawContext drawContext, Rectangle backgroundArea)