Packages

 

com.aspose.imaging.fileformats.psd.layers

Class LayerMaskDataFull



  • public final class LayerMaskDataFull
    extends LayerMaskData

    The full layer mask information.

    • Constructor Detail

      • LayerMaskDataFull

        public LayerMaskDataFull()

        Initializes a new instance of the LayerMaskDataFull class.

    • Method Detail

      • getBackgroundColor

        public byte getBackgroundColor()

        Gets or sets the background color.

        Value: The background color.
      • setBackgroundColor

        public void setBackgroundColor(byte value)

        Gets or sets the background color.

        Value: The background color.
      • getRealFlags

        public byte getRealFlags()

        Gets or sets the real layer mask flags.

        Value: The real layer mask flags.
      • setRealFlags

        public void setRealFlags(byte value)

        Gets or sets the real layer mask flags.

        Value: The real layer mask flags.
      • getEnclosingTop

        public int getEnclosingTop()

        Gets or sets the enclosing top layer mask position.

        Value: The top layer mask position.
      • setEnclosingTop

        public void setEnclosingTop(int value)

        Gets or sets the enclosing top layer mask position.

        Value: The top layer mask position.
      • getEnclosingLeft

        public int getEnclosingLeft()

        Gets or sets the enclosing left layer mask position.

        Value: The left layer mask position.
      • setEnclosingLeft

        public void setEnclosingLeft(int value)

        Gets or sets the enclosing left layer mask position.

        Value: The left layer mask position.
      • getEnclosingBottom

        public int getEnclosingBottom()

        Gets or sets the enclosing bottom layer mask position.

        Value: The bottom layer mask position.
      • setEnclosingBottom

        public void setEnclosingBottom(int value)

        Gets or sets the enclosing bottom layer mask position.

        Value: The bottom layer mask position.
      • getEnclosingRight

        public int getEnclosingRight()

        Gets or sets the enclosing right layer mask position.

        Value: The right layer mask position.
      • setEnclosingRight

        public void setEnclosingRight(int value)

        Gets or sets the enclosing right layer mask position.

        Value: The right layer mask position.