Package helma.image

Class GIFEncoder


  • public class GIFEncoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GIFEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(java.awt.image.BufferedImage bi, java.io.DataOutput out)  
      void encode​(java.awt.image.BufferedImage bi, java.io.DataOutput out, boolean interlace, java.lang.String comment)  
      • Methods inherited from class java.lang.Object

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

      • GIFEncoder

        public GIFEncoder()
    • Method Detail

      • encode

        public void encode​(java.awt.image.BufferedImage bi,
                           java.io.DataOutput out)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • encode

        public void encode​(java.awt.image.BufferedImage bi,
                           java.io.DataOutput out,
                           boolean interlace,
                           java.lang.String comment)
                    throws java.io.IOException
        Throws:
        java.io.IOException