Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XML CSS = IFigure"

(New page: == Abstract: == I think everyone who comes across with GEF notices how is it difficult to create IFigure elements. A simple IFigure element which consists of other different Figure element...)
 
(Goals:)
Line 23: Line 23:
 
* Provide possibility to extend model. For example by SVG (use Apache Batik as renderer).
 
* Provide possibility to extend model. For example by SVG (use Apache Batik as renderer).
 
* Create renderer using created usecases.[[Image:Progress.gif]]
 
* Create renderer using created usecases.[[Image:Progress.gif]]
 +
 +
 +
== Getting the source ==
 +
 +
__ please enter __

Revision as of 11:57, 18 June 2008

Abstract:

I think everyone who comes across with GEF notices how is it difficult to create IFigure elements. A simple IFigure element which consists of other different Figure elements is often needed to be developed on Java. But there are more comfortable methods for solving this task. These are HTML and CSS. The goals of this project are: to create a library that helps a GEF user to make IFigure easier with the help subset of HTML and CSS.

Participants:

  • Student: Andrey Vakunov
  • Mentor: Andrey Platov

Goals:

To simplify a GMF/GEF/Draw2d user the creation of IFigure elements. To make a possibility to create IFigure objects with the help of subset HTML and CSS:

  • the possibility to use div, table, tr, td etc. tags. (subset will be discussed with mentor)
  • possibility to use basic CSS elements.


Current status:

  • Define usecases with HTML and CSS. Ok green.gif
  • Define subset of possible elements that needs to be supported (use EMF model). Progress.gif
  • Provide possibility to extend model. For example by SVG (use Apache Batik as renderer).
  • Create renderer using created usecases.Progress.gif


Getting the source

__ please enter __

Back to the top