Uses of Class
com.itextpdf.layout.properties.BackgroundSize
Packages that use BackgroundSize
-
Uses of BackgroundSize in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundSizeModifier and TypeFieldDescriptionprivate final BackgroundSize
BackgroundImage.backgroundSize
private BackgroundSize
BackgroundImage.Builder.backgroundSize
Methods in com.itextpdf.layout.properties that return BackgroundSizeModifier and TypeMethodDescriptionBackgroundImage.getBackgroundSize()
Gets the background size property.Methods in com.itextpdf.layout.properties with parameters of type BackgroundSizeModifier and TypeMethodDescriptionBackgroundRepeat.prepareRectangleToDrawingAndGetWhitespace
(Rectangle imageRectangle, Rectangle backgroundArea, BackgroundSize backgroundSize) Prepares the image rectangle for drawing.BackgroundImage.Builder.setBackgroundSize
(BackgroundSize backgroundSize) Set the image's backgroundSize.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundSizeModifierConstructorDescriptionprivate
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 BackgroundSizeModifier and TypeMethodDescriptionprivate static BackgroundSize
BackgroundSizeCalculationUtil.calculateBackgroundSizeForArea
(BackgroundImage image, float areaWidth, float areaHeight) private static BackgroundSize
BackgroundSizeCalculationUtil.createSizeWithMaxValueSide
(boolean maxWidth)