Uses of Enum
com.itextpdf.layout.properties.BlendMode
Packages that use BlendMode
-
Uses of BlendMode in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as BlendModeModifier and TypeFieldDescriptionprivate BlendMode
BackgroundImage.blendMode
private BlendMode
BackgroundImage.Builder.blendMode
private static final BlendMode
BackgroundImage.DEFAULT_BLEND_MODE
Methods in com.itextpdf.layout.properties that return BlendModeModifier and TypeMethodDescriptionBackgroundImage.getBlendMode()
Get the image's blend mode.static BlendMode
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 BlendModeModifier and TypeMethodDescriptionBackgroundImage.Builder.setBackgroundBlendMode
(BlendMode blendMode) Set the image's blend mode.Constructors in com.itextpdf.layout.properties with parameters of type BlendModeModifierConstructorDescriptionprivate
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 BlendModeModifier and TypeMethodDescriptionstatic BlendMode
CssUtils.parseBlendMode
(String cssValue) Parses the given css blend mode value.