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 BackgroundSizeBackgroundImage.backgroundSizeprivate BackgroundSizeBackgroundImage.Builder.backgroundSizeMethods in com.itextpdf.layout.properties that return BackgroundSizeModifier and TypeMethodDescriptionprivate static BackgroundSizeBackgroundImage.calculateBackgroundSizeForArea(BackgroundImage image, float areaWidth, float areaHeight) private static BackgroundSizeBackgroundImage.createBackgroundSizeWithMaxValueSide(boolean maxWidth) BackgroundImage.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 BackgroundSizeModifierConstructorDescriptionprivateBackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImageinstance.