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 BlendModeBackgroundImage. blendModeprivate BlendModeBackgroundImage.Builder. blendModeprivate static BlendModeBackgroundImage. DEFAULT_BLEND_MODEMethods in com.itextpdf.layout.properties that return BlendMode Modifier and Type Method Description BlendModeBackgroundImage. getBlendMode()Get the image's blend mode.static BlendModeBlendMode. 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.BuilderBackgroundImage.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 newBackgroundImageinstance. -
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 BlendModeCssUtils. parseBlendMode(java.lang.String cssValue)Parses the given css blend mode value.
-