Home » Modeling » GMF (Graphical Modeling Framework) » More figures :)
More figures :) [message #152081] |
Mon, 24 September 2007 15:42  |
Eclipse User |
|
|
|
Originally posted by: trommas.yahoo.com
Hi, I've been unable to dig up good information on making my own figures
(rectangels and eclipses is just not enough - I need triangles and
tilted squares).
Is there anything on this, or should I start with my own images?
|
|
|
Re: More figures :) [message #152086 is a reply to message #152081] |
Mon, 24 September 2007 16:03   |
Eclipse User |
|
|
|
Originally posted by: ijerez2001.msn.com
Hello, you can create Scalable polygon and create children for Scalable
polygon to give points, they are templates points.
For example:
>Scalable Polygon Triangle
(50,0) <-- this is a template point where (X,Y) points
(70,40)
(30,40)
Be careful with de order of the template points, because it follow the
order, and the last point link with the first.
You can manage this the same way that a rectangle or eclipses.
Other way to get a polygon is with svg images, but, in my little experience,
it´s not good for insert another figures into this, and more
difficult.
"Tomas Zijdemans" <trommas@yahoo.com> escribió en el mensaje de
noticias:fd93tq$h5c$1@build.eclipse.org...
> Hi, I've been unable to dig up good information on making my own figures
> (rectangels and eclipses is just not enough - I need triangles and tilted
> squares).
>
> Is there anything on this, or should I start with my own images?
|
|
|
Re: More figures :) [message #152091 is a reply to message #152086] |
Mon, 24 September 2007 16:29   |
Eclipse User |
|
|
|
Originally posted by: trommas.yahoo.com
Thanks, I suspected that creating my own svgs would be difficult
Iván Jerez wrote:
> Hello, you can create Scalable polygon and create children for Scalable
> polygon to give points, they are templates points.
> For example:
>> Scalable Polygon Triangle
> (50,0) <-- this is a template point where (X,Y) points
> (70,40)
> (30,40)
> Be careful with de order of the template points, because it follow the
> order, and the last point link with the first.
>
> You can manage this the same way that a rectangle or eclipses.
> Other way to get a polygon is with svg images, but, in my little
> experience, it´s not good for insert another figures into this, and more
> difficult.
>
> "Tomas Zijdemans" <trommas@yahoo.com> escribió en el mensaje de
> noticias:fd93tq$h5c$1@build.eclipse.org...
>> Hi, I've been unable to dig up good information on making my own
>> figures (rectangels and eclipses is just not enough - I need triangles
>> and tilted squares).
>>
>> Is there anything on this, or should I start with my own images?
>
|
|
|
Re: More figures :) [message #152100 is a reply to message #152086] |
Mon, 24 September 2007 16:35   |
Eclipse User |
|
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
you want to take a look at Draw2D Figures:
http://wiki.eclipse.org/GMF_Documentation_Index#Draw2D
- -stefan
Iván Jerez schrieb:
> Hello, you can create Scalable polygon and create children for Scalable
> polygon to give points, they are templates points.
> For example:
>> Scalable Polygon Triangle
> (50,0) <-- this is a template point where (X,Y) points
> (70,40)
> (30,40)
> Be careful with de order of the template points, because it follow the
> order, and the last point link with the first.
>
> You can manage this the same way that a rectangle or eclipses.
> Other way to get a polygon is with svg images, but, in my little
> experience, it´s not good for insert another figures into this, and more
> difficult.
>
> "Tomas Zijdemans" <trommas@yahoo.com> escribió en el mensaje de
> noticias:fd93tq$h5c$1@build.eclipse.org...
>> Hi, I've been unable to dig up good information on making my own
>> figures (rectangels and eclipses is just not enough - I need triangles
>> and tilted squares).
>>
>> Is there anything on this, or should I start with my own images?
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG+B+IIYVWjMSpDwwRAoa7AJ4n41MTufqYI2VXcGFRviqzKb4o+wCb Bms1
gQGhemRKKLqrIkPvgW7Q0TU=
=b/AG
-----END PGP SIGNATURE-----
|
|
|
Re: More figures :) [message #152139 is a reply to message #152091] |
Tue, 25 September 2007 10:39   |
Eclipse User |
|
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
creating SVGs is very easy with inkscape:
* media-gfx/inkscape
Latest version available: 0.45.1
Size of files: 12,933 kB
Homepage: http://www.inkscape.org/
Description: A SVG based generic vector-drawing program
License: GPL-2 LGPL-2.1
it also offers the convertion of e.g.png,bmp to SVGs.
- -stefan
Tomas Zijdemans schrieb:
> Thanks, I suspected that creating my own svgs would be difficult
>
>
>
> Iván Jerez wrote:
>> Hello, you can create Scalable polygon and create children for
>> Scalable polygon to give points, they are templates points.
>> For example:
>>> Scalable Polygon Triangle
>> (50,0) <-- this is a template point where (X,Y) points
>> (70,40)
>> (30,40)
>> Be careful with de order of the template points, because it follow the
>> order, and the last point link with the first.
>>
>> You can manage this the same way that a rectangle or eclipses.
>> Other way to get a polygon is with svg images, but, in my little
>> experience, it´s not good for insert another figures into this, and more
>> difficult.
>>
>> "Tomas Zijdemans" <trommas@yahoo.com> escribió en el mensaje de
>> noticias:fd93tq$h5c$1@build.eclipse.org...
>>> Hi, I've been unable to dig up good information on making my own
>>> figures (rectangels and eclipses is just not enough - I need
>>> triangles and tilted squares).
>>>
>>> Is there anything on this, or should I start with my own images?
>>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG+R2IIYVWjMSpDwwRAmUQAJ4me0w6KtM4zFnugss/SHtT366Z0ACg r/ec
LsmkzuGWJaBBAf1EFFslJ3w=
=fmVE
-----END PGP SIGNATURE-----
|
|
| | |
Re: More figures :) [message #152171 is a reply to message #152155] |
Tue, 25 September 2007 15:12  |
Eclipse User |
|
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've used inkscape for SVGs. Try gimp for gifs:
* media-gfx/gimp
Latest version available: 2.4.0_rc2
Latest version installed: 2.4.0_rc2
Size of files: 17,233 kB
Homepage: http://www.gimp.org/
Description: GNU Image Manipulation Program
License: GPL-2
- -stefan
Tomas Zijdemans schrieb:
> Incscape looks great! But it is unable to save in the gif format that is
> required (at least for icons).
>
>
> SKuhn wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> creating SVGs is very easy with inkscape:
>> * media-gfx/inkscape
>> Latest version available: 0.45.1
>> Size of files: 12,933 kB
>> Homepage: http://www.inkscape.org/
>> Description: A SVG based generic vector-drawing program
>> License: GPL-2 LGPL-2.1
>>
>> it also offers the convertion of e.g.png,bmp to SVGs.
>>
>> - -stefan
>>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG+V2YIYVWjMSpDwwRArSgAJ4o+HnOKUXOrNESv7miO6vIIvMasQCg 36bL
+fwBEBPkqxXTvdUMFnATclw=
=J7o+
-----END PGP SIGNATURE-----
|
|
|
Goto Forum:
Current Time: Mon Jul 21 22:13:38 EDT 2025
Powered by FUDForum. Page generated in 0.07906 seconds
|