Class PNG


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

      Constructors 
      Constructor Description
      PNG()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] getPNGBytesForSize​(int width, int height)  
      static byte[] getPNGBytesForWidth​(int width)  
      • Methods inherited from class java.lang.Object

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

      • PNG

        public PNG()
    • Method Detail

      • getPNGBytesForWidth

        public static byte[] getPNGBytesForWidth​(int width)
      • getPNGBytesForSize

        public static byte[] getPNGBytesForSize​(int width,
                                                int height)