1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html>
<body>
<p>
The pixie library is a fork of the original gnu.bhresearch.pixie library. It
only purpose is to add vector graphics support to JFreeReport. At the moment,
this library contains code to read most wmf-files.
</p>
<p>
The wmf-code supports most options of the Windows 3.1 WMF-specififcations.
Palette animation or OLE embedding is not supported.
</p>
<p>
FloodFill is also not implemented as the Graphics2D implementation is not
pixel-based.Simple embedded bitmaps should work, but most BitBlt operations
are unsupported. BitBlt Operations are bitmap-based operations and will not be
supported by this library.
</p>
<p>
For more information, visit <a href="http://www.jfree.org/jfreereport/pixie/">
http://www.jfree.org/jfreereport/pixie/</a>
</p>
</body>
</html>
|