Uses of Enum Class
com.datalogics.PDFL.BlendMode
Packages that use BlendMode
-
Uses of BlendMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return BlendModeModifier and TypeMethodDescriptionExtendedGraphicState.getBlendMode()Returns the blend mode for the color composite for each object painted.static BlendModeReturns the enum constant of this class with the specified name.static BlendMode[]BlendMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type BlendModeModifier and TypeMethodDescriptionvoidExtendedGraphicState.setBlendMode(BlendMode blendMode) Sets the blend mode for the color composites for each object painted.