Customize Oxygen XML Editor plugin to Render CGM Images (Experimental Support)
Oxygen XML Editor plugin provides experimental support for CGM 1.0 images.
Attention
Since this is an experimental support, some graphical elements might be missing from the rendered image.
The CGM rendering support is based on a third
party library. In its free of charge variant it renders the images watermarked with
the
string Demo
, painted across the panel. You can find more information
about ordering the fully functioning version here: http://www.bdaum.de/cgmpanel.htm.
Follow this procedure to enable the rendering of CGM images in Author mode:
- Download the
CGMPANEL.ZIP
from http://www.bdaum.de/CGMPANEL.ZIP. - Unpack the ZIP archive and copy the
cgmpanel.jar
into the[OXYGEN_INSTALL_DIR]\lib
directory. - Open
OXYGEN_PLUGIN_DIR/META-INF/MANIFEST.MF
and add a reference to the JAR library in theBundle-ClassPath
entry. - Restart Eclipse in clean mode (edit the
shortcut you use to start Eclipse and add
-clean
as the first argument.)