Uses of Class
com.itextpdf.layout.properties.BackgroundSize
-
Packages that use BackgroundSize Package Description com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of BackgroundSize in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundSize Modifier and Type Field Description private BackgroundSize
BackgroundImage. backgroundSize
private BackgroundSize
BackgroundImage.Builder. backgroundSize
Methods in com.itextpdf.layout.properties that return BackgroundSize Modifier and Type Method Description BackgroundSize
BackgroundImage. getBackgroundSize()
Gets the background size property.Methods in com.itextpdf.layout.properties with parameters of type BackgroundSize Modifier and Type Method Description Point
BackgroundRepeat. prepareRectangleToDrawingAndGetWhitespace(Rectangle imageRectangle, Rectangle backgroundArea, BackgroundSize backgroundSize)
Prepares the image rectangle for drawing.BackgroundImage.Builder
BackgroundImage.Builder. setBackgroundSize(BackgroundSize backgroundSize)
Set the image's backgroundSize.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundSize Constructor Description BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)
Creates a newBackgroundImage
instance. -
Uses of BackgroundSize in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return BackgroundSize Modifier and Type Method Description private static BackgroundSize
BackgroundSizeCalculationUtil. calculateBackgroundSizeForArea(BackgroundImage image, float areaWidth, float areaHeight)
private static BackgroundSize
BackgroundSizeCalculationUtil. createSizeWithMaxValueSide(boolean maxWidth)
-