Uses of Enum
com.itextpdf.layout.properties.BlendMode
Packages that use BlendMode
-
Uses of BlendMode in com.itextpdf.layout.properties
Subclasses with type arguments of type BlendMode in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumDefines all possible blend modes and their mapping to pdf names.Fields in com.itextpdf.layout.properties declared as BlendModeModifier and TypeFieldDescriptionprivate BlendModeBackgroundImage.blendModeprivate BlendModeBackgroundImage.Builder.blendModeprivate static final BlendModeBackgroundImage.DEFAULT_BLEND_MODEMethods in com.itextpdf.layout.properties that return BlendModeModifier and TypeMethodDescriptionBackgroundImage.getBlendMode()Get the image's blend mode.static BlendModeReturns 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 BlendModeModifierConstructorDescriptionprivateBackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImageinstance. -
Uses of BlendMode in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return BlendModeModifier and TypeMethodDescriptionstatic BlendModeCssUtils.parseBlendMode(String cssValue) Parses the given css blend mode value.