Uses of Class
com.itextpdf.layout.properties.BackgroundImage
-
Packages that use BackgroundImage Package Description com.itextpdf.layout com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of BackgroundImage in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type BackgroundImage Modifier and Type Method Description TElementPropertyContainer. setBackgroundImage(BackgroundImage image)Specifies a background image for the Element.Method parameters in com.itextpdf.layout with type arguments of type BackgroundImage Modifier and Type Method Description TElementPropertyContainer. setBackgroundImage(java.util.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 BackgroundImage Modifier and Type Method Description BackgroundImageBackgroundImage.Builder. build()Builds newBackgroundImageusing set fields.Methods in com.itextpdf.layout.properties with parameters of type BackgroundImage Modifier and Type Method Description private static BackgroundSizeBackgroundImage. calculateBackgroundSizeForArea(BackgroundImage image, float areaWidth, float areaHeight)Constructors in com.itextpdf.layout.properties with parameters of type BackgroundImage Constructor Description BackgroundImage(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 BackgroundImage Modifier and Type Method Description private 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 BackgroundImage Modifier and Type Method Description private booleanAbstractRenderer. drawBackgroundImagesList(java.util.List<BackgroundImage> backgroundImagesList, boolean backgroundAreaIsClipped, DrawContext drawContext, Rectangle backgroundArea)
-