File: overview.html

package info (click to toggle)
libpixie-java 1%3A1.1.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,076 kB
  • sloc: java: 10,175; xml: 1,579; makefile: 13
file content (26 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
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>