Class PNGEncoder


  • public final class PNGEncoder
    extends java.lang.Object
    This class REQUIRES the jdk 1.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PNG  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PNGEncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void encode​(Chart chart, java.io.OutputStream outputStream)
      Encodes the Chart to an OutputStream which can be a file or any other OutputStream implementation.
      • Methods inherited from class java.lang.Object

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

      • PNGEncoder

        private PNGEncoder()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception