|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagecom.itextpdf.kernel.pdf.canvas.wmf
as colored differences. Deletions are shownlike 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.
Read the next byte from the InputStream. @return the next byte @throws IOException an IOExceptionClass InputMeta, Color readColor()
Read the next Color from the InputStream. This reads 4 bytes. @return the next Color @throws IOException an IOExceptionClass InputMeta, int readInt()
Read the next int from the InputStream. @return the next int @throws IOException an IOExceptionClass InputMeta, int readShort()
Read the next short from the InputStream. @return the next short value @throws IOException an IOExceptionClass 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 IOExceptionClass 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
Initializes this MetaBrush object. @param in the InputMeta @throws IOException an IOException
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 IOExceptionClass MetaDo, void readAll()
Reads and processes all the data of the InputMeta. @throws IOException an IOExceptionClass 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 IOExceptionClass 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 IOExceptionClass 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
Returns the Font. @return the font @throws IOException an IOExceptionClass MetaFont, void init(InputMeta)
Initializes the MetaFont instance. @param in InputMeta containing the WMF data @throws IOException an IOException
Initializes a MetaPen object. @param in the InputMeta object that holds the inputstream of the WMF image @throws IOException an IOException
Creates a WmfImage from a file. @param fileName pah to the file @throws MalformedURLException a MalformedURLException