Uses of Class
com.itextpdf.layout.properties.BlendMode
-
Packages that use BlendMode Package Description com.itextpdf.layout.properties com.itextpdf.styledxmlparser.css.util -
-
Uses of BlendMode in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BlendMode Modifier and Type Field Description private BlendMode
BackgroundImage. blendMode
private BlendMode
BackgroundImage.Builder. blendMode
private static BlendMode
BackgroundImage. DEFAULT_BLEND_MODE
Methods in com.itextpdf.layout.properties that return BlendMode Modifier and Type Method Description BlendMode
BackgroundImage. getBlendMode()
Get the image's blend mode.static BlendMode
BlendMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlendMode[]
BlendMode. 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 BlendMode Modifier and Type Method Description BackgroundImage.Builder
BackgroundImage.Builder. setBackgroundBlendMode(BlendMode blendMode)
Set the image's blend mode.Constructors in com.itextpdf.layout.properties with parameters of type BlendMode 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 BlendMode in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return BlendMode Modifier and Type Method Description static BlendMode
CssUtils. parseBlendMode(java.lang.String cssValue)
Parses the given css blend mode value.
-