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 voidAdds aCellto theTableat a certain location.private voidAdds 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.Table.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(Image image, Color color) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(Image image, Color color, boolean forceBW) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(String filename) Gets an instance of an Image.private static ImageImage.getInstance(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 BadElementExceptionModifierConstructorDescription(package private)Constructs aCellwith 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 aTablewith a certain number of columns.privateTable(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 BadElementExceptionModifier and TypeMethodDescriptionstatic ImageElementFactory.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 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()