Changes between Version 2 and Version 3 of PromotSvgEditor


Ignore:
Timestamp:
Feb 22, 2007, 11:24:10 AM (18 years ago)
Author:
ginkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotSvgEditor

    v2 v3  
    22
    33(by [mailto:mginkel@mpi-magdeburg.mpg.de Martin Ginkel])
     4
     5
     6== Intro ==
    47
    58Since 1998 ProMoT has a graphical editor made in [http://java.sun.com Java], since 2000
     
    1922   VisualNavigator can't use them in the zooming interface.
    2023
     24== Proposal ==
     25
    2126As a new proposal it would be good to use SVG as storage for the graphics and just
    2227couple the graph-like model of the mathematical system (modules, terminals and links) to
     
    2934SVG-graphics editor.
    3035
     36There are SVG-libraries available to allow rendering of graphics in Java, [http://xmlgraphics.apache.org/batik/ Batik]. This would allow to integrate any graphics
     37into Java-GUIs. There is a
     38SVG-Editor freely available, [http://glipssvgeditor.sourceforge.net/ GLIPS] which could
     39be used to edit graphics and specify graphical attributes. But this editor has no
     40Graph-editing capabilities.
     41There are graph-editors like [http://www.jgraph.com JGraph] that allow editing of graphs,
     42but are much smaller as GEF and allow easy integration of other Swing or Java2D Components
     43into the editor.
    3144
     45It could be also a good idea to use just one toolkit for the visual navigator and the editor,
     46but in this case it must be possible to have a good graph-editor in piccolo/giny.
     47
     48
     49
     50GEF should be dropped because it reimplements lots of things that are available in
     51Java-2D