Uses of Class
com.aowagie.text.BadElementException
-
Packages that use BadElementException Package Description com.aowagie.text com.aowagie.text.factories com.aowagie.text.pdf.codec -
-
Uses of BadElementException in com.aowagie.text
Methods in com.aowagie.text that throw BadElementException Modifier and Type Method Description private void
Table. addCell(Cell aCell, java.awt.Point aLocation)
Adds aCell
to theTable
at a certain location.private void
Table. addCell(Phrase content, java.awt.Point location)
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.PdfPTable
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(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(java.lang.String filename)
Gets an instance of an Image.private static Image
Image. getInstance(java.net.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 BadElementException Constructor Description Cell(Element element)
Constructs aCell
with a certainElement
.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 anImgWMF
-object from memory.ImgWMF(java.net.URL url)
Constructs anImgWMF
-object, using an url.Jpeg(byte[] img)
Constructs aJpeg
-object from memory.Jpeg(java.net.URL url)
Constructs aJpeg
-object, using an url.Jpeg2000(byte[] img)
Constructs aJpeg2000
-object from memory.Jpeg2000(java.net.URL url)
Constructs aJpeg2000
-object, using an url.Table(int columns)
Constructs aTable
with a certain number of columns.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 BadElementException Modifier and Type Method Description static Image
ElementFactory. getImage(java.util.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 BadElementException Modifier and Type Method Description private 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()
-