Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Java2D
Java2D [message #241712] Wed, 05 March 2008 16:49 Go to next message
Eclipse UserFriend
Originally posted by: tony.tmeister.org.uk

Hi all,

I am attempting to use the J2D GEF integration from
http://www.holongate.org/ I am using Eclipse 3.3 with the latest version
of GEF installed. When I install the J2D fragments and required plugins,
they are not contributed to the org.eclipse.gef package as I would expect
e.g. J2DGraphicalEditor in addition to GraphicalEditor. Is this down to
differences in fragment versions and org.eclipse.gef version and match
mode? Has anyone else tried this with Eclipse 3.3? I am pursuing this path
in order to get arbitrary shapes/images into my editor. If this is not now
feasible with these plugins can anyone suggest an alternative? Ideally, I
would like to go down the OpenGL route as I have some experience there
too, but Java2D would also suffice.

For clarity, the fragment XML is posted below:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<fragment
id="org.holongate.gef"
name="Java2D support for GEF Fragment"
version="2.3.0"
provider-name="Holongate.org"
plugin-id="org.eclipse.gef"
plugin-version="3.2.101.v20070814"
match="compatible">

<runtime>
<library name="holongate-gef.jar">
<export
name="*">
</export>
</library>
</runtime>

<requires>
<import plugin="javax.media.jai"/>
</requires>

</fragment>

Many thanks,
T
Re: Java2D [message #241757 is a reply to message #241712] Wed, 12 March 2008 01:29 Go to previous message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
Hi,

Since this supports SVG images, I would look at GMF which provides SVG image
support.

Cheers...
Anthony

"TigerScot" <tony@tmeister.org.uk> wrote in message
news:c919775bc26c29bb8d7d8cb75b398f11$1@www.eclipse.org...
> Hi all,
>
> I am attempting to use the J2D GEF integration from
> http://www.holongate.org/ I am using Eclipse 3.3 with the latest version
> of GEF installed. When I install the J2D fragments and required plugins,
> they are not contributed to the org.eclipse.gef package as I would expect
> e.g. J2DGraphicalEditor in addition to GraphicalEditor. Is this down to
> differences in fragment versions and org.eclipse.gef version and match
> mode? Has anyone else tried this with Eclipse 3.3? I am pursuing this path
> in order to get arbitrary shapes/images into my editor. If this is not now
> feasible with these plugins can anyone suggest an alternative? Ideally, I
> would like to go down the OpenGL route as I have some experience there
> too, but Java2D would also suffice.
>
> For clarity, the fragment XML is posted below:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?eclipse version="3.0"?>
> <fragment
> id="org.holongate.gef"
> name="Java2D support for GEF Fragment"
> version="2.3.0"
> provider-name="Holongate.org"
> plugin-id="org.eclipse.gef"
> plugin-version="3.2.101.v20070814"
> match="compatible">
>
> <runtime>
> <library name="holongate-gef.jar">
> <export
> name="*">
> </export>
> </library>
> </runtime>
>
> <requires>
> <import plugin="javax.media.jai"/>
> </requires>
>
> </fragment>
>
> Many thanks,
> T
>
Previous Topic:[Announce] GEF 3.4.0 I200803111830 is available
Next Topic:checkBox / EditPart
Goto Forum:
  


Current Time: Thu Apr 25 04:28:09 GMT 2024

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

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

Back to the top