Philippe,

I'm currently building an Eclipse 'View' (yes it's the Open Source Project
you are referring to) to display and manipulate SVG. The intent is to build
an UML Class Diagram which in turn will create an XML that can be
transformed to an XMI with EMF in Eclipse. From there we are able to
generate code for several applications (JAVA, DOTNet, C++....). All the
code, for the view, is created by me (with a little help of Eclipse and of
course I've looked at other applications and copied where possible).

Paul.

----- Original Message ----- 
From: "Philippe GIL" <[EMAIL PROTECTED]>
To: "Paul Sinnema" <[EMAIL PROTECTED]>
Sent: Wednesday, September 03, 2003 9:28 AM
Subject: Re: Finding an Element (Node) in the DOM with an X Y coordinatefrom
a MouseEvent


Bonjour Paul,

I have some questions regarding your mail.

Does Eclipse mean the IBM open source project? (http://www.eclipse.org/)
Are you displaying SVG files inside Eclipse plugins (views or editors)?
What plugin are you using to display the SVG content, Java Advanced
Imaging over holongate Batik support (http://www.holongate.org/), Dirk
Lemmerman's Batik SVG Viewer
(http://www.eclipse-workbench.com/jsp/plugin_detail.jsp?id=139&cat=27)
or another way?

The project I'm working on, need to edit SVG file under Eclipse
run-time.

Amicalement
Philippe


Le mar 02/09/2003 à 15:21, Paul Sinnema a écrit :
> Hi,
>
> I've been struggling with several issues using Batik as the main display
for an new UML Class Diagram in Eclipse. I've solved several of the issues,
but I'm kinda stuck right now.
>
> In my 'view' I use an Interactor to get actions from the mouse (click,
press, etc...). I would like to be able to drag a <g> from one place to
another (make it topped, resize, etc....) for that I need to know which
element in the DOM tree was clicked, dragged, etc....
>
> Has anyone got any experience with this?
>
> Paul.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to