Generated by
JDiff

com.itextpdf.kernel.pdf.canvas.wmf Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.canvas.wmf as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class InputMeta, int readByte()

Read the next byte from the InputStream. @return the next byte @throws IOException an IOException
Class InputMeta, Color readColor()

Read the next Color from the InputStream. This reads 4 bytes. @return the next Color @throws IOException an IOException
Class InputMeta, int readInt()

Read the next int from the InputStream. @return the next int @throws IOException an IOException
Class InputMeta, int readShort()

Read the next short from the InputStream. @return the next short value @throws IOException an IOException
Class InputMeta, int readWord()

Read the next word from the InputStream. @return the next word or 0 if the end of the stream has been reached @throws IOException an IOException
Class InputMeta, void skip(int)

Skips "len" amount of bytes from the InputStream. If len is < 0, nothing is skipped. @param len amount of bytes needed to skip @throws IOException an IOException

Class MetaBrush, void init(InputMeta)

Initializes this MetaBrush object. @param in the InputMeta @throws IOException an IOException

Class MetaDo, void outputText(int, int, int, int, int, int, int, String)

Output Text at a certain x and y coordinate. Clipped or opaque text isn't supported as of yet. @param x x-coordinate @param y y-coordinate @param flag flag indicating clipped or opaque @param x1 x1-coordinate of the rectangle if clipped or opaque @param y1 y1-coordinate of the rectangle if clipped or opaque @param x2 x2-coordinate of the rectangle if clipped or opaque @param y2 y1-coordinate of the rectangle if clipped or opaque @param text text to output @throws IOException an IOException
Class MetaDo, void readAll()

Reads and processes all the data of the InputMeta. @throws IOException an IOException
Class MetaDo, byte[] wrapBMP(ImageData)

Wrap a BMP image in an WMF. @param image the BMP image to be wrapped @return the wrapped BMP @throws IOException an IOException
Class MetaDo, void writeDWord(OutputStream, int)

Writes the specified value to the specified outputstream as a dword. @param os outputstream to write the dword to @param v value to be written @throws IOException an IOException
Class MetaDo, void writeWord(OutputStream, int)

Writes the specified value to the specified outputstream as a word. @param os outputstream to write the word to @param v value to be written @throws IOException an IOException

Class MetaFont, FontProgram getFont()

Returns the Font. @return the font @throws IOException an IOException
Class MetaFont, void init(InputMeta)

Initializes the MetaFont instance. @param in InputMeta containing the WMF data @throws IOException an IOException

Class MetaPen, void init(InputMeta)

Initializes a MetaPen object. @param in the InputMeta object that holds the inputstream of the WMF image @throws IOException an IOException

Class WmfImageData, constructor WmfImageData(String)

Creates a WmfImage from a file. @param fileName pah to the file @throws MalformedURLException a MalformedURLException