|
||||||||||
| 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)
gets an instance of an Image |
static Image |
Image.getInstance(java.awt.Image image,
java.awt.Color color)
Gets an instance of an Image from a java.awt.Image. |
static Image |
Image.getInstance(java.awt.Image image,
java.awt.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,
java.awt.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,
java.awt.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(java.lang.String filename)
Gets an instance of an Image. |
static Image |
Image.getInstance(java.net.URL url)
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(java.lang.String filename)
Constructs an ImgWMF-object, using a filename. |
|
ImgWMF(java.net.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(java.net.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(java.net.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 |
BarcodePDF417.getImage()
Gets an Image with the barcode. |
Image |
BarcodeQRCode.getImage()
Gets an Image with the barcode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||