File: overview.html

package info (click to toggle)
libpixie-java 1%3A0.8.4-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 1,000 kB
  • ctags: 2,695
  • sloc: java: 11,136; xml: 114; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
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>
The wmf-code supports most options of the Windows 3.1 WMF-specififcations.
Palette animation or OLE embedding is not supported.
<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 be
not supported by this library.    
</body>
</html>