Class PSDChannelSourceDestinationRange


  • final class PSDChannelSourceDestinationRange
    extends java.lang.Object
    PSDChannelSourceDestinationRange
    Version:
    $Id: PSDChannelSourceDestinationRange.java,v 1.0 May 6, 2008 5:14:13 PM haraldk Exp$
    • Constructor Summary

      Constructors 
      Constructor Description
      PSDChannelSourceDestinationRange​(javax.imageio.stream.ImageInputStream pInput, java.lang.String pChannel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • channel

        private java.lang.String channel
      • sourceBlack

        private short sourceBlack
      • sourceWhite

        private short sourceWhite
      • destBlack

        private short destBlack
      • destWhite

        private short destWhite
    • Constructor Detail

      • PSDChannelSourceDestinationRange

        public PSDChannelSourceDestinationRange​(javax.imageio.stream.ImageInputStream pInput,
                                                java.lang.String pChannel)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object