Java com.itextpdf.io.image ImageDataFactory fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.io.image ImageDataFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.io.image ImageDataFactory.

The text is from its open source code.

Method

ImageDatacreate(byte[] bytes)
Create an ImageData instance representing the image from the image bytes.
ImageDatacreate(URL url)
Create an ImageData instance representing the image from the file located at the specified url.
ImageDatacreate(String filename)
Create an ImageData instance representing the image from the specified file.
ImageDatacreate(byte[] bytes, boolean recoverImage)
Create an ImageData instance representing the image from the image bytes.
ImageDatacreate(URL url, boolean recoverImage)
Create an ImageData instance representing the image from the file located at the specified url.
ImageDatacreate(String filename, boolean recoverImage)
Create an ImageData instance representing the image from the specified file.
ImageDatacreate(java.awt.Image image, java.awt.Color color)
Gets an instance of an Image from a java.awt.Image