File: overview.html

package info (click to toggle)
libpixie-java 1%3A0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 952 kB
  • ctags: 2,547
  • sloc: java: 10,608; xml: 423; makefile: 15; sh: 13
file content (26 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
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>