Class PsdHeaderInfo


  • public class PsdHeaderInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PsdHeaderInfo​(int version, byte[] reserved, int channels, int rows, int columns, int depth, int mode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump()  
      void dump​(java.io.PrintWriter pw)  
      byte[] getReserved()  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final java.util.logging.Logger LOGGER
      • version

        public final int version
      • reserved

        private final byte[] reserved
      • channels

        public final int channels
      • rows

        public final int rows
      • columns

        public final int columns
      • depth

        public final int depth
      • mode

        public final int mode
    • Constructor Detail

      • PsdHeaderInfo

        public PsdHeaderInfo​(int version,
                             byte[] reserved,
                             int channels,
                             int rows,
                             int columns,
                             int depth,
                             int mode)
    • Method Detail

      • getReserved

        public byte[] getReserved()
      • dump

        public void dump()
      • dump

        public void dump​(java.io.PrintWriter pw)