Packages

 

com.aspose.imaging.fileformats.psd.layers

Class LayerMaskData

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the size of the layer mask mask data.

        Value: The size of the layer mask mask data.
      • getTop

        public int getTop()

        Gets or sets the top layer mask position.

        Value: The top layer mask position.
      • setTop

        public void setTop(int value)

        Gets or sets the top layer mask position.

        Value: The top layer mask position.
      • getLeft

        public int getLeft()

        Gets or sets the left layer mask position.

        Value: The left layer mask position.
      • setLeft

        public void setLeft(int value)

        Gets or sets the left layer mask position.

        Value: The left layer mask position.
      • getBottom

        public int getBottom()

        Gets or sets the bottom layer mask position.

        Value: The bottom layer mask position.
      • setBottom

        public void setBottom(int value)

        Gets or sets the bottom layer mask position.

        Value: The bottom layer mask position.
      • getRight

        public int getRight()

        Gets or sets the right layer mask position.

        Value: The right layer mask position.
      • setRight

        public void setRight(int value)

        Gets or sets the right layer mask position.

        Value: The right layer mask position.
      • getDefaultColor

        public byte getDefaultColor()

        Gets the default color.

        Returns:
        The default color.
      • setDefaultColor

        public void setDefaultColor(byte value)

        Gets or sets the default color.

        Value: The default color.
      • getFlags

        public byte getFlags()

        Gets or sets the layer mask flags.

        Value: The layer mask flags.
      • setFlags

        public void setFlags(byte value)

        Gets or sets the layer mask flags.

        Value: The layer mask flags.
      • getImageData

        public byte[] getImageData()

        Gets or sets the mask image data.

        Value: The image data.
      • setImageData

        public void setImageData(byte[] value)

        Gets or sets the mask image data.

        Value: The image data.
      • getImageDataVector

        public byte[] getImageDataVector()

        Gets or sets the mask image data vector.

        Value: The image data vector.
      • setImageDataVector

        public void setImageDataVector(byte[] value)

        Gets or sets the mask image data vector.

        Value: The image data vector.