[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Add a static figure in the canvas

Well Alex, now I know what you said. Some UML2 Diagrams have a Package figure in the Top-Left corner of the canvas. This is a View of a Package element (with an EditPart associated), declared in the gmfmap. I want to put programatically a static image, like an icon, without having an element associated to.

I think canvas is a figure, a rectangle figure, that can house Views (Figures) and other kind of figures (circles, lines...). So I want to add a static figure (a simple image or icon) in this possition permanently. Perhaps when creating the figure canvas? I don't know where certainly...

Any suggestions?

Marc


Marc wrote:

Alex Shatalin wrote:

Hello Marc,

Looks like the same task was already solved by UML2Tools project
implementing
UML2 diagrams based on GMF
(http://www.eclipse.org/modeling/mdt/?project=uml2tools).

-----------------
Alex Shatalin