Java com.lowagie.text.pdf.codec PngImage fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf.codec PngImage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf.codec PngImage.

The text is from its open source code.

Method

ImagegetImage(URL url)
Reads a PNG from an url.
ImagegetImage(InputStream is)
Reads a PNG from a stream.
ImagegetImage(String file)
Reads a PNG from a file.
ImagegetImage(byte data[])
Reads a PNG from a byte array.