Changes between Version 2 and Version 3 of PromotSvgEditor
- Timestamp:
- Feb 22, 2007, 11:24:10 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotSvgEditor
v2 v3 2 2 3 3 (by [mailto:mginkel@mpi-magdeburg.mpg.de Martin Ginkel]) 4 5 6 == Intro == 4 7 5 8 Since 1998 ProMoT has a graphical editor made in [http://java.sun.com Java], since 2000 … … 19 22 VisualNavigator can't use them in the zooming interface. 20 23 24 == Proposal == 25 21 26 As a new proposal it would be good to use SVG as storage for the graphics and just 22 27 couple the graph-like model of the mathematical system (modules, terminals and links) to … … 29 34 SVG-graphics editor. 30 35 36 There are SVG-libraries available to allow rendering of graphics in Java, [http://xmlgraphics.apache.org/batik/ Batik]. This would allow to integrate any graphics 37 into Java-GUIs. There is a 38 SVG-Editor freely available, [http://glipssvgeditor.sourceforge.net/ GLIPS] which could 39 be used to edit graphics and specify graphical attributes. But this editor has no 40 Graph-editing capabilities. 41 There are graph-editors like [http://www.jgraph.com JGraph] that allow editing of graphs, 42 but are much smaller as GEF and allow easy integration of other Swing or Java2D Components 43 into the editor. 31 44 45 It could be also a good idea to use just one toolkit for the visual navigator and the editor, 46 but in this case it must be possible to have a good graph-editor in piccolo/giny. 47 48 49 50 GEF should be dropped because it reimplements lots of things that are available in 51 Java-2D