![]() | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.lowagie.text.Rectanglecom.lowagie.text.Imagecom.lowagie.text.ImgPostscriptpublic class ImgPostscriptextends ImageImgPostscript is the representation of an EPS
that has to be inserted into the document
Field Summary |
Fields inherited from class com.lowagie.text.Image | |
AX, AY, BX, BY, CX, CY, DEFAULT, DX, DY, LEFT, MIDDLE, ORIGINAL_BMP, ORIGINAL_GIF, ORIGINAL_JPEG, ORIGINAL_NONE, ORIGINAL_PNG, ORIGINAL_PS, ORIGINAL_TIFF, ORIGINAL_WMF, RIGHT, TEXTWRAP, UNDERLYING, XYRatio, absoluteX, absoluteY, additional, alignment, alt, annotation, bpc, colorspace, deflated, directReference, dpiX, dpiY, excUri, excUriEsc, imageMask, indentationLeft, indentationRight, initialRotation, interpolation, invert, layer, markupAttributes, mask, mySerialId, originalData, originalType, plainHeight, plainWidth, profile, rawData, rotation, scaledHeight, scaledWidth, serialId, smask, spacingAfter, spacingBefore, template, transparency, type, url, widthPercentage | |
Fields inherited from class com.lowagie.text.Rectangle | |
BOTTOM, BOX, LEFT, NO_BORDER, RIGHT, TOP, UNDEFINED, background, border, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, color, llx, lly, markupAttributes, rotation, 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, CCITTG3_1D, CCITTG3_2D, CCITTG4, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE | |
Constructor Summary | |
| |
| |
| |
| |
| |
Method Summary | |
private void |
|
void |
|
public ImgPostscript(String filename)
throws MalformedURLException,
IOExceptionConstructs anImgPostscript-object, using a filename.
- Parameters:
filename- aString-representation of the file that contains the image.
public ImgPostscript(URL url)
throws IOExceptionConstructs anImgPostscript-object, using an url.
- Parameters:
url- theURLwhere the image can be found
public ImgPostscript(byte[] img)
throws IOExceptionConstructs anImgPostscript-object from memory.
- Parameters:
img- the memory image
public ImgPostscript(byte[] content,
float width,
float height)
throws IOException(package private) ImgPostscript(Image image)
Constructs anImage-object, using an url .
- Parameters:
image- another Image object.
private void processParameters()
throws IOExceptionThis method checks if the image is a valid Postscript and processes some parameters.
public void readPostscript(PdfTemplate template) throws IOException
Reads the Postscript into a template.
- Parameters:
template- the template to read to