|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.Rectangle
com.lowagie.text.Image
com.lowagie.text.ImgWMF
public class ImgWMF
An ImgWMF is the representation of a windows metafile
that has to be inserted into the document
Element,
Image| Field Summary |
|---|
| Fields inherited from class com.lowagie.text.Image |
|---|
absoluteX, absoluteY, alignment, alt, annotation, AX, AY, bpc, BX, BY, colorspace, CX, CY, DEFAULT, deflated, dpiX, dpiY, DX, DY, imageMask, indentationLeft, indentationRight, interpolation, invert, layer, LEFT, mask, MIDDLE, mySerialId, ORIGINAL_BMP, ORIGINAL_GIF, ORIGINAL_JPEG, ORIGINAL_JPEG2000, ORIGINAL_NONE, ORIGINAL_PNG, ORIGINAL_PS, ORIGINAL_TIFF, ORIGINAL_WMF, originalData, originalType, plainHeight, plainWidth, profile, rawData, RIGHT, rotationRadians, scaledHeight, scaledWidth, serialId, spacingAfter, spacingBefore, template, TEXTWRAP, transparency, type, UNDERLYING, url |
| Fields inherited from class com.lowagie.text.Rectangle |
|---|
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, llx, lly, NO_BORDER, rotation, TOP, UNDEFINED, urx, ury, useVariableBorders |
| Fields inherited from interface com.lowagie.text.Element |
|---|
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE |
| Constructor Summary | |
|---|---|
ImgWMF(byte[] img)
Constructs an ImgWMF-object from memory. |
|
ImgWMF(Image image)
|
|
ImgWMF(String filename)
Constructs an ImgWMF-object, using a filename. |
|
ImgWMF(URL url)
Constructs an ImgWMF-object, using an url. |
|
| Method Summary | |
|---|---|
private void |
processParameters()
This method checks if the image is a valid WMF and processes some parameters. |
void |
readWMF(PdfTemplate template)
Reads the WMF into a template. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
ImgWMF(Image image)
public ImgWMF(URL url)
throws BadElementException,
IOException
ImgWMF-object, using an url.
url - the URL where the image can be found
BadElementException - on error
IOException - on error
public ImgWMF(String filename)
throws BadElementException,
MalformedURLException,
IOException
ImgWMF-object, using a filename.
filename - a String-representation of the file that contains the image.
BadElementException - on error
MalformedURLException - on error
IOException - on error
public ImgWMF(byte[] img)
throws BadElementException,
IOException
ImgWMF-object from memory.
img - the memory image
BadElementException - on error
IOException - on error| Method Detail |
|---|
private void processParameters()
throws BadElementException,
IOException
BadElementException
IOException
public void readWMF(PdfTemplate template)
throws IOException,
DocumentException
template - the template to read to
IOException - on error
DocumentException - on error
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||