Class ICCProfile


  • final class ICCProfile
    extends PSDImageResource
    ICCProfile
    Version:
    $Id: ICCProfile.java,v 1.0 May 20, 2008 6:24:10 PM haraldk Exp$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.color.ICC_Profile profile  
    • Constructor Summary

      Constructors 
      Constructor Description
      ICCProfile​(short pId, javax.imageio.stream.ImageInputStream pInput)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.color.ICC_Profile getProfile()  
      protected void readData​(javax.imageio.stream.ImageInputStream pInput)
      This default implementation simply skips the data.
      java.lang.String toString()  
      (package private) static void writeData​(javax.imageio.stream.ImageOutputStream output, java.awt.color.ICC_Profile profile)  
      • Methods inherited from class java.lang.Object

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

      • profile

        private java.awt.color.ICC_Profile profile
    • Constructor Detail

      • ICCProfile

        ICCProfile​(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
      • writeData

        static void writeData​(javax.imageio.stream.ImageOutputStream output,
                              java.awt.color.ICC_Profile profile)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getProfile

        public java.awt.color.ICC_Profile getProfile()