Uses of Class
com.itextpdf.layout.properties.BackgroundBox
-
Packages that use BackgroundBox Package Description com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of BackgroundBox in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BackgroundBox Modifier and Type Field Description private BackgroundBox
Background. backgroundClip
private BackgroundBox
BackgroundImage. backgroundClip
private BackgroundBox
BackgroundImage. backgroundOrigin
private BackgroundBox
BackgroundImage.Builder. clip
private BackgroundBox
BackgroundImage.Builder. origin
Methods in com.itextpdf.layout.properties that return BackgroundBox Modifier and Type Method Description BackgroundBox
Background. getBackgroundClip()
Gets background clip value.BackgroundBox
BackgroundImage. getBackgroundClip()
Gets background-clip.BackgroundBox
BackgroundImage. getBackgroundOrigin()
Gets background-origin.static BackgroundBox
BackgroundBox. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackgroundBox[]
BackgroundBox. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.layout.properties with parameters of type BackgroundBox Modifier and Type Method Description BackgroundImage.Builder
BackgroundImage.Builder. setBackgroundClip(BackgroundBox clip)
Sets background-clip.BackgroundImage.Builder
BackgroundImage.Builder. setBackgroundOrigin(BackgroundBox origin)
Sets background-origin.Constructors in com.itextpdf.layout.properties with parameters of type BackgroundBox Constructor Description Background(Color color, float opacity, BackgroundBox clip)
Creates a background with a specified color, opacity and clip value.BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)
Creates a newBackgroundImage
instance. -
Uses of BackgroundBox in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type BackgroundBox Modifier and Type Method Description private Rectangle
AbstractRenderer. applyBackgroundBoxProperty(Rectangle rectangle, BackgroundBox clip)
-