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 "Graphical Modeling Framework/Models/GMFGraph"

 
Line 3: Line 3:
 
=== Scalable/resizable figures ===
 
=== Scalable/resizable figures ===
 
[news://news.eclipse.org/e2t4cs$kbt$1@utils.eclipse.org Newsgroup post]  
 
[news://news.eclipse.org/e2t4cs$kbt$1@utils.eclipse.org Newsgroup post]  
 +
  
 
=== How can I start with CustomFigures ===
 
=== How can I start with CustomFigures ===
 
[news://news.eclipse.org/e8mtaq$b1n$1@utils.eclipse.org Newsgroup thread]
 
[news://news.eclipse.org/e8mtaq$b1n$1@utils.eclipse.org Newsgroup thread]
 +
  
 
=== There's a legacy GEF figure code and I'd like to use it with GMF ===
 
=== There's a legacy GEF figure code and I'd like to use it with GMF ===
Line 12: Line 14:
  
 
=== I need a figure that is similar to UML package ===
 
=== I need a figure that is similar to UML package ===
 
 
  There's no need to use custom figure, just use some GMFGraph magic...''tbd''
 
  There's no need to use custom figure, just use some GMFGraph magic...''tbd''
 
  ''TODO'' put link to newsgroup discussion
 
  ''TODO'' put link to newsgroup discussion
 
  If you like to have custom anchor behaviour (e.g. no link attaching to package title box), you need to hand code it (there was a posting in the newsgroup).
 
  If you like to have custom anchor behaviour (e.g. no link attaching to package title box), you need to hand code it (there was a posting in the newsgroup).
 +
  
 
=== How to create several figures at once ===
 
=== How to create several figures at once ===

Revision as of 14:17, 13 July 2006

Scenarios

Scalable/resizable figures

Newsgroup post


How can I start with CustomFigures

Newsgroup thread


There's a legacy GEF figure code and I'd like to use it with GMF

tbd (check for MapMode, etc)


I need a figure that is similar to UML package

There's no need to use custom figure, just use some GMFGraph magic...tbd
TODO put link to newsgroup discussion
If you like to have custom anchor behaviour (e.g. no link attaching to package title box), you need to hand code it (there was a posting in the newsgroup).


How to create several figures at once

I.e. when creating some element, few additional should be created as well. 
tbd
Need to find better place for this, as it's not gmfgraph topic

Back to the top