com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class CompositingParameters



  • public final class CompositingParameters
    extends Object

    Represents an object containing graphics compositing parameters of current graphics state.

    • Constructor Detail

      • CompositingParameters

        public CompositingParameters(int blendMode)

        Initializes new instance of the CompositingParameters object.

        Parameters:
        blendMode - Blend mode of current graphics state.
        See Also:
        BlendMode
      • CompositingParameters

        public CompositingParameters(int blendMode,
                                     int filterType)

        Initializes new instance of the CompositingParameters object.

        Parameters:
        blendMode - Blend mode of current graphics state.
        filterType - The image filter type.
        See Also:
        BlendMode, ImageFilterType
      • CompositingParameters

        public CompositingParameters(int blendMode,
                                     int filterType,
                                     boolean isMasked)

        Initializes new instance of the CompositingParameters object.

        Parameters:
        blendMode - Blend mode of current graphics state.
        filterType - The image filter type.
        isMasked - The adding mask flag.
        See Also:
        BlendMode, ImageFilterType
    • Method Detail

      • getBlendMode

        public int getBlendMode()

        Gets blend mode of current graphics state.

        Returns:
        BlendMode element
        See Also:
        BlendMode
      • getFilterType

        public int getFilterType()

        Gets the image filter type.

        Returns:
        ImageFilterType element
        See Also:
        ImageFilterType
      • isMasked

        public boolean isMasked()

        Gets the mask flag.

        Returns:
        boolean value