Uses of Class
com.aowagie.text.BadElementException
Packages that use BadElementException
-
Uses of BadElementException in com.aowagie.text
Methods in com.aowagie.text that throw BadElementExceptionModifier and TypeMethodDescriptionprivate void
Adds aCell
to theTable
at a certain location.private void
Adds aCell
to theTable
.private void
Cell.addElement
(Element element) Adds an element to thisCell
.private void
SimpleCell.addElement
(Element element) Adds content to this object.private void
SimpleTable.addElement
(SimpleCell element) Adds content to this object.(package private) PdfPCell
Cell.createPdfPCell()
Creates a PdfPCell based on this Cell object.Table.createPdfPTable()
Create a PdfPTable based on this Table object.static Image
Image.getInstance
(byte[] imgb) gets an instance of an Imagestatic Image
Image.getInstance
(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data) Creates an Image with CCITT G3 or G4 compression.private 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.private 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
(PdfTemplate template) gets an instance of an Imagestatic 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
(String filename) Gets an instance of an Image.private static Image
Image.getInstance
(URL url) Gets an instance of an Image.private void
ImgWMF.processParameters()
This method checks if the image is a valid WMF and processes some parameters.private void
Jpeg.processParameters()
This method checks if the image is a valid JPEG and processes some parameters.void
Table.setWidths
(float[] widths) Sets the widths of the different columns (percentages).Constructors in com.aowagie.text that throw BadElementExceptionModifierConstructorDescription(package private)
Constructs aCell
with a certainElement
.(package private)
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.(package private)
ImgTemplate
(PdfTemplate template) Creates an Image from a PdfTemplate.(package private)
ImgWMF
(byte[] img) Constructs anImgWMF
-object from memory.(package private)
Constructs anImgWMF
-object, using an url.Jpeg
(byte[] img) Constructs aJpeg
-object from memory.(package private)
Constructs aJpeg
-object, using an url.(package private)
Jpeg2000
(byte[] img) Constructs aJpeg2000
-object from memory.(package private)
Constructs aJpeg2000
-object, using an url.Table
(int columns) Constructs aTable
with a certain number of columns.private
Table
(int columns, int rows) Constructs aTable
with a certain number of columns and a certain number ofRow
s. -
Uses of BadElementException in com.aowagie.text.factories
Methods in com.aowagie.text.factories that throw BadElementExceptionModifier and TypeMethodDescriptionstatic Image
ElementFactory.getImage
(Properties attributes) Creates an Image object based on a list of properties. -
Uses of BadElementException in com.aowagie.text.pdf.codec
Methods in com.aowagie.text.pdf.codec that throw BadElementExceptionModifier and TypeMethodDescriptionprivate Image
BmpImage.getImage()
private Image
BmpImage.indexedModel
(byte[] bdata, int bpc, int paletteEntries) private Image
BmpImage.read1632Bit
(boolean is32) private Image
BmpImage.read1Bit
(int paletteEntries) private Image
BmpImage.read4Bit
(int paletteEntries) private Image
BmpImage.read8Bit
(int paletteEntries) private Image
BmpImage.readRLE4()
private Image
BmpImage.readRLE8()