Packages

 

com.aspose.imaging.fileformats.psd.resources

Class QuickMaskInformationResource



  • public final class QuickMaskInformationResource
    extends ResourceBlock

    Quick mask information resource

    • Constructor Detail

      • QuickMaskInformationResource

        public QuickMaskInformationResource()

        Initializes a new instance of the QuickMaskInformationResource class.

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
        Returns:
        The resource data size.
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
        Returns:
        The minimal PSD version.
      • getChannelId

        public short getChannelId()

        Gets or sets the channel identifier.

        Value: The channel identifier.
      • setChannelId

        public void setChannelId(short value)

        Gets or sets the channel identifier.

        Value: The channel identifier.
      • isMaskEmpty

        public boolean isMaskEmpty()

        Gets or sets a value indicating whether this instance is mask empty.

        Value: true if this instance is mask empty; otherwise, false.
      • setMaskEmpty

        public void setMaskEmpty(boolean value)

        Gets or sets a value indicating whether this instance is mask empty.

        Value: true if this instance is mask empty; otherwise, false.