Class TIFFImageEncoder.Context

  • Enclosing class:
    TIFFImageEncoder

    private static class TIFFImageEncoder.Context
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int ifdOffset  
      private java.awt.image.RenderedImage nextImage  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Context()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nextImage

        private java.awt.image.RenderedImage nextImage
      • ifdOffset

        private int ifdOffset
    • Constructor Detail

      • Context

        private Context()