Class PSDPrintScale


  • final class PSDPrintScale
    extends PSDImageResource
    PSDPrintScale
    Version:
    $Id: PSDPrintScale.java,v 1.0 Nov 7, 2009 9:41:17 PM haraldk Exp$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float scale  
      (package private) short style  
      (package private) float xLocation  
      (package private) float ylocation  
    • Constructor Summary

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

      • style

        short style
      • xLocation

        float xLocation
      • ylocation

        float ylocation
      • scale

        float scale
    • Constructor Detail

      • PSDPrintScale

        PSDPrintScale​(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