Class PSDPrintFlagsInformation


  • final class PSDPrintFlagsInformation
    extends PSDImageResource
    PSDPrintFlagsInfo
    Version:
    $Id: PSDPrintFlagsInfo.java,v 1.0 Jul 28, 2009 5:16:27 PM haraldk Exp$
    • Constructor Summary

      Constructors 
      Constructor Description
      PSDPrintFlagsInformation​(short pId, javax.imageio.stream.ImageInputStream pInput)  
    • Field Detail

      • version

        int version
      • cropMasks

        boolean cropMasks
      • field

        int field
      • bleedWidth

        long bleedWidth
      • bleedScale

        int bleedScale
    • Constructor Detail

      • PSDPrintFlagsInformation

        PSDPrintFlagsInformation​(short pId,
                                 javax.imageio.stream.ImageInputStream pInput)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • readData

        protected void readData​(javax.imageio.stream.ImageInputStream pInput)
                         throws java.io.IOException
        Description copied from class: PSDImageResource
        This default implementation simply skips the data.
        Overrides:
        readData in class PSDImageResource
        Parameters:
        pInput - the input
        Throws:
        java.io.IOException - if an I/O exception occurs