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 voidTable. addCell(Cell aCell, java.awt.Point aLocation)Adds aCellto theTableat a certain location.private voidTable. addCell(Phrase content, java.awt.Point location)Adds aCellto theTable.private voidCell. addElement(Element element)Adds an element to thisCell.private voidSimpleCell. addElement(Element element)Adds content to this object.private voidSimpleTable. addElement(SimpleCell element)Adds content to this object.(package private) PdfPCellCell. createPdfPCell()Creates a PdfPCell based on this Cell object.PdfPTableTable. createPdfPTable()Create a PdfPTable based on this Table object.static ImageImage. getInstance(byte[] imgb)gets an instance of an Imagestatic ImageImage. getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data)Creates an Image with CCITT G3 or G4 compression.private static ImageImage. 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 ImageImage. getInstance(int width, int height, int components, int bpc, byte[] data)Gets an instance of an Image in raw mode.private static ImageImage. getInstance(int width, int height, int components, int bpc, byte[] data, int[] transparency)Gets an instance of an Image in raw mode.static ImageImage. getInstance(PdfTemplate template)gets an instance of an Imagestatic ImageImage. getInstance(java.awt.Image image, java.awt.Color color)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.awt.Image image, java.awt.Color color, boolean forceBW)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.lang.String filename)Gets an instance of an Image.private static ImageImage. getInstance(java.net.URL url)Gets an instance of an Image.private voidImgWMF. processParameters()This method checks if the image is a valid WMF and processes some parameters.private voidJpeg. processParameters()This method checks if the image is a valid JPEG and processes some parameters.voidTable. 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 aCellwith 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 aTablewith a certain number of columns.Table(int columns, int rows)Constructs aTablewith a certain number of columns and a certain number ofRows. -
Uses of BadElementException in com.aowagie.text.factories
Methods in com.aowagie.text.factories that throw BadElementException Modifier and Type Method Description static ImageElementFactory. 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 ImageBmpImage. getImage()private ImageBmpImage. indexedModel(byte[] bdata, int bpc, int paletteEntries)private ImageBmpImage. read1632Bit(boolean is32)private ImageBmpImage. read1Bit(int paletteEntries)private ImageBmpImage. read4Bit(int paletteEntries)private ImageBmpImage. read8Bit(int paletteEntries)private ImageBmpImage. readRLE4()private ImageBmpImage. readRLE8()
-