Uses of Class
com.itextpdf.layout.properties.BackgroundSize
-
Packages that use BackgroundSize Package Description com.itextpdf.layout.properties -
-
Uses of BackgroundSize in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundSize Modifier and Type Field Description private BackgroundSizeBackgroundImage. backgroundSizeprivate BackgroundSizeBackgroundImage.Builder. backgroundSizeMethods in com.itextpdf.layout.properties that return BackgroundSize Modifier and Type Method Description private static BackgroundSizeBackgroundImage. calculateBackgroundSizeForArea(BackgroundImage image, float areaWidth, float areaHeight)private static BackgroundSizeBackgroundImage. createBackgroundSizeWithMaxValueSide(boolean maxWidth)BackgroundSizeBackgroundImage. getBackgroundSize()Gets the background size property.Methods in com.itextpdf.layout.properties with parameters of type BackgroundSize Modifier and Type Method Description PointBackgroundRepeat. prepareRectangleToDrawingAndGetWhitespace(Rectangle imageRectangle, Rectangle backgroundArea, BackgroundSize backgroundSize)Prepares the image rectangle for drawing.BackgroundImage.BuilderBackgroundImage.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 newBackgroundImageinstance.
-