Packages

 

com.aspose.imaging.fileformats.psd.layers.layereffects

Class PatternOverlayEffect

  • java.lang.Object
    • com.aspose.imaging.fileformats.psd.layers.layereffects.PatternOverlayEffect
    • Method Detail

      • getSettings

        public final PatternFillSettings getSettings()

        Gets the settings.

        Returns:
        the settings.
      • setSettings

        public final void setSettings(PatternFillSettings value)

        Sets the settings.

        Parameters:
        value - the settings.
      • getBlendMode

        public final long getBlendMode()

        Gets the blend mode.

        Specified by:
        getBlendMode in interface ILayerEffect
        Returns:
        the blend mode.
      • setBlendMode

        public final void setBlendMode(long value)

        Sets the blend mode.

        Specified by:
        setBlendMode in interface ILayerEffect
        Parameters:
        value - the blend mode.
      • isVisible

        public final boolean isVisible()

        Gets a value indicating whether this instance is visible.

        Specified by:
        isVisible in interface ILayerEffect
        Returns:
        a value indicating whether this instance is visible.
      • setVisible

        public final void setVisible(boolean value)

        Sets a value indicating whether this instance is visible.

        Specified by:
        setVisible in interface ILayerEffect
        Parameters:
        value - a value indicating whether this instance is visible.
      • getOpacity

        public final byte getOpacity()

        Gets the opacity.

        Specified by:
        getOpacity in interface ILayerEffect
        Returns:
        the opacity.
      • setOpacity

        public final void setOpacity(byte value)

        Sets the opacity.

        Specified by:
        setOpacity in interface ILayerEffect
        Parameters:
        value - the opacity.