|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadElementException | |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf |
Uses of BadElementException in com.itextpdf.text |
---|
Methods in com.itextpdf.text that throw BadElementException | |
---|---|
static Image |
Image.getInstance(byte[] imgb)
|
static Image |
Image.getInstance(byte[] imgb,
boolean handleIncorrectImage)
gets an instance of an Image |
static Image |
Image.getInstance(Image image,
Color color)
Gets an instance of an Image from a java.awt.Image. |
static Image |
Image.getInstance(Image image,
Color color,
boolean forceBW)
Gets an instance of an Image from a java.awt.Image. |
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT G3 or G4 compression. |
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data,
int[] transparency)
Creates an Image with CCITT G3 or G4 compression. |
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data)
Gets an instance of an Image in raw mode. |
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data,
int[] transparency)
Gets an instance of an Image in raw mode. |
static Image |
Image.getInstance(PdfContentByte cb,
Image awtImage,
float quality)
Gets an instance of a Image from a java.awt.Image. |
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image |
static Image |
Image.getInstance(PdfWriter writer,
Image awtImage,
float quality)
Gets an instance of a Image from a java.awt.Image. |
static Image |
Image.getInstance(PRIndirectReference ref)
Reuses an existing image. |
static Image |
Image.getInstance(String filename)
Gets an instance of an Image. |
static Image |
Image.getInstance(String filename,
boolean handleIncorrectImage)
|
static Image |
Image.getInstance(URL url)
|
static Image |
Image.getInstance(URL url,
boolean handleIncorrectImage)
Gets an instance of an Image. |
Constructors in com.itextpdf.text that throw BadElementException | |
---|---|
ImgCCITT(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT compression. |
|
ImgRaw(int width,
int height,
int components,
int bpc,
byte[] data)
Creates an Image in raw mode. |
|
ImgTemplate(PdfTemplate template)
Creates an Image from a PdfTemplate. |
|
ImgWMF(byte[] img)
Constructs an ImgWMF -object from memory. |
|
ImgWMF(String filename)
Constructs an ImgWMF -object, using a filename. |
|
ImgWMF(URL url)
Constructs an ImgWMF -object, using an url. |
|
Jpeg(byte[] img)
Constructs a Jpeg -object from memory. |
|
Jpeg(byte[] img,
float width,
float height)
Constructs a Jpeg -object from memory. |
|
Jpeg(URL url)
Constructs a Jpeg -object, using an url. |
|
Jpeg2000(byte[] img)
Constructs a Jpeg2000 -object from memory. |
|
Jpeg2000(byte[] img,
float width,
float height)
Constructs a Jpeg2000 -object from memory. |
|
Jpeg2000(URL url)
Constructs a Jpeg2000 -object, using an url. |
Uses of BadElementException in com.itextpdf.text.pdf |
---|
Methods in com.itextpdf.text.pdf that throw BadElementException | |
---|---|
Image |
BarcodeDatamatrix.createImage()
Gets an Image with the barcode. |
Image |
BarcodeQRCode.getImage()
Gets an Image with the barcode. |
Image |
BarcodePDF417.getImage()
Gets an Image with the barcode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |