Hi all,
i write that description to my model. But some shapes dont shown on diagram. Output shape image attached.
leftR Rectangle and body Polygone shape dont created on diagram why dont understand.
Anyone know why this shapes don't appear?
Description :
<descriptors name="TimerTaskFigure">
<actualFigure xsi:type="gmfgraph:Rectangle" name="TimerTaskFigure" outline="false" fill="false">
<layout xsi:type="gmfgraph:StackLayout"/>
<children xsi:type="gmfgraph:Rectangle" name="Resource" outline="false" fill="false">
<layout xsi:type="gmfgraph:StackLayout"/>
<children xsi:type="gmfgraph:Rectangle" name="main">
<layout xsi:type="gmfgraph:BorderLayout"/>
<foregroundColor xsi:type="gmfgraph:RGBColor"/>
<backgroundColor xsi:type="gmfgraph:RGBColor" red="255" green="255" blue="255"/>
<preferredSize dx="90" dy="50"/>
<children xsi:type="gmfgraph:Rectangle" name="leftR">
<layoutData xsi:type="gmfgraph:BorderLayoutData" alignment="BEGINNING"/>
<layout xsi:type="gmfgraph:StackLayout"/>
<foregroundColor xsi:type="gmfgraph:RGBColor"/>
<backgroundColor xsi:type="gmfgraph:RGBColor" red="255" green="255" blue="255"/>
<size x="20" y="50"/>
<children xsi:type="gmfgraph:Polygon" name="Body">
<foregroundColor xsi:type="gmfgraph:RGBColor" red="220" green="220" blue="250"/>
<backgroundColor xsi:type="gmfgraph:RGBColor" red="230" green="230" blue="255"/>
<template x="10" y="1"/>
<template x="19" y="25"/>
<template x="10" y="49"/>
<template x="1" y="25"/>
</children>
</children>
<children xsi:type="gmfgraph:Rectangle" name="rightR">
<layoutData xsi:type="gmfgraph:BorderLayoutData" alignment="END"/>
<foregroundColor xsi:type="gmfgraph:RGBColor"/>
<backgroundColor xsi:type="gmfgraph:RGBColor" red="255" green="255" blue="255"/>
<size x="20" y="50"/>
</children>
</children>
</children>
</actualFigure>
</descriptors>
[Updated on: Thu, 15 August 2013 10:17] by Moderator