Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Final State definition in gmfgraph
Final State definition in gmfgraph [message #203855] Fri, 29 August 2008 12:42 Go to next message
Oelerink is currently offline OelerinkFriend
Messages: 129
Registered: July 2009
Senior Member
Hello,

i want to have a final state definition. In my gmfgraph i have this:

<descriptors
name="FinaleFigure">
<actualFigure
xsi:type="gmfgraph:Ellipse"
name="OuterCircle">
<foregroundColor
xsi:type="gmfgraph:ConstantColor"
value="black"/>
<children
xsi:type="gmfgraph:Ellipse"
name="InnerCircle">
<layoutData
xsi:type="gmfgraph:BorderLayoutData"/>
<backgroundColor
xsi:type="gmfgraph:ConstantColor"
value="black"/>
<location
x="10"
y="10"/>
<size
x="20"
y="20"/>
</children>
</actualFigure>
<accessors
figure="//@figures.0/@descriptors.3/@actualFigure"/>
</descriptors>

This is working. But now i want to have the outer circle in a smaller
size (16,16) and the inner circle in (8,8). I tried it with a size node
on the outer circle but this has no affect. What layout i have to use,
to make this thing work?

Greetings
Jörg Oelerink
Re: Final State definition in gmfgraph [message #204846 is a reply to message #203855] Tue, 09 September 2008 16:27 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Jörg,

I think you have to change size of the inner ellipse.

-----------------
Alex Shatalin
Previous Topic:shadow Nodes cause problems for xml output
Next Topic:Associate diagram files
Goto Forum:
  


Current Time: Thu Apr 25 03:54:21 GMT 2024

Powered by FUDForum. Page generated in 0.03237 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top