Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Draw2D export to WMF or SVG
Draw2D export to WMF or SVG [message #154251] Fri, 15 October 2004 11:15 Go to next message
Eclipse UserFriend
Originally posted by: usenet.jevopi.de

Is it possible to paste a Draw2D figure to the windows clipboard as
vector graphic, i.e. WMF?
Or is it possible to convert or save the figure as SVG or WMF?

For both problems I know solutions using Swing/AWT graphics (WMFWriter
and Batik)? Are there any projects porting these or similar projects to
SWT/Draw2D?

I found one project related to that issue: holongate.org. Is this
plug-in working with the lates Eclipse/GEF versions?

Jens
Re: Draw2D export to WMF or SVG [message #154356 is a reply to message #154251] Sun, 17 October 2004 17:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: boris.bokowski.de

I have a solution using native code and non-API methods. It produces EMF,
the successor format of WMF, and it only works when running under Windows.

The code is experimental, but it worked on a number of examples.

I am currently registering a sourceforge project under the name "tritos" to
share my code with others. Win32 experts are welcome to improve on my
current solution!

I'll post the URL as soon as the project is properly registered.

Boris Bokowski

"Jens v. P." <usenet@jevopi.de> wrote:
> Is it possible to paste a Draw2D figure to the windows clipboard as vector
> graphic, i.e. WMF?
Re: Draw2D export to WMF or SVG [message #154675 is a reply to message #154356] Thu, 21 October 2004 01:27 Go to previous message
Eclipse UserFriend
Originally posted by: boris.bokowski.de

> I'll post the URL as soon as the project is properly registered.

A plugin that provides an SWT Device subclass for generating Enhanced
Metafile (EMF) files:

http://www.sourceforge.net/projects/tritos

Please let me know if this does or doesn't work for you. Note that I haven't
tested this for resource leakage yet.

Boris Bokowski.
Previous Topic:Looking for BiDi-related contributions
Next Topic:help
Goto Forum:
  


Current Time: Sat Apr 27 04:11:17 GMT 2024

Powered by FUDForum. Page generated in 0.02878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top