com.aelitis.azureus.core.util.png
Class PNG

java.lang.Object
  extended by com.aelitis.azureus.core.util.png.PNG

public class PNG
extends Object


Constructor Summary
PNG()
           
 
Method Summary
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)