Packages

 

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

Class PatternOverlayEffect

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

      • getSettings

        public final PatternFillSettings getSettings()

        Gets or sets the settings.

        Value: The settings.
      • setSettings

        public final void setSettings(PatternFillSettings value)

        Gets or sets the settings.

        Value: The settings.
      • getBlendMode

        public final long getBlendMode()

        Gets or sets the blend mode.

        Value: The blend mode.
        Specified by:
        getBlendMode in interface ILayerEffect
      • setBlendMode

        public final void setBlendMode(long value)

        Gets or sets the blend mode.

        Value: The blend mode.
        Specified by:
        setBlendMode in interface ILayerEffect
      • isVisible

        public final boolean isVisible()

        Gets or sets a value indicating whether this instance is visible.

        Value: true if this instance is visible; otherwise, false.
        Specified by:
        isVisible in interface ILayerEffect
      • setVisible

        public final void setVisible(boolean value)

        Gets or sets a value indicating whether this instance is visible.

        Value: true if this instance is visible; otherwise, false.
        Specified by:
        setVisible in interface ILayerEffect
      • getOpacity

        public final byte getOpacity()

        Gets or sets the opacity.

        Value: The opacity.
        Specified by:
        getOpacity in interface ILayerEffect
      • setOpacity

        public final void setOpacity(byte value)

        Gets or sets the opacity.

        Value: The opacity.
        Specified by:
        setOpacity in interface ILayerEffect