Class ICC_Profile

java.lang.Object
com.itextpdf.text.pdf.ICC_Profile

public class ICC_Profile extends Object
  • Field Details

    • data

      protected byte[] data
    • numComponents

      protected int numComponents
    • cstags

      private static HashMap<String,Integer> cstags
  • Constructor Details

    • ICC_Profile

      protected ICC_Profile()
  • Method Details

    • getInstance

      public static ICC_Profile getInstance(byte[] data, int numComponents)
    • getInstance

      public static ICC_Profile getInstance(byte[] data)
    • getInstance

      public static ICC_Profile getInstance(InputStream file)
    • GetInstance

      public static ICC_Profile GetInstance(String fname)
    • getData

      public byte[] getData()
    • getNumComponents

      public int getNumComponents()