Packages

 

com.aspose.imaging.fileformats.psd.layers

Class ChannelInformation



  • public class ChannelInformation
    extends Object

    The channel information.

    • Constructor Detail

      • ChannelInformation

        public ChannelInformation()
      • ChannelInformation

        public ChannelInformation(short channelID,
                                  byte[] data,
                                  byte[] infoData)
    • Method Detail

      • getCompressionMethod

        public short getCompressionMethod()

        Gets or sets the compression method.

        Value: The compression method.
      • setCompressionMethod

        public void setCompressionMethod(short value)

        Gets or sets the compression method.

        Value: The compression method.
      • getChannelID

        public short getChannelID()

        Gets or sets the channel ID.

        Value: The channel ID.
      • setChannelID

        public void setChannelID(short value)

        Gets or sets the channel ID.

        Value: The channel ID.
      • getLength

        public int getLength()

        Gets the channel length in bytes.

        Value: The length.