blob: bb23f3a43d219d5a07b91fee54c270f370fb065e [file] [log] [blame]
<?xml version="1.0" encoding="ASCII"?>
<gmfgraph:Canvas
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gmfgraph="http://www.eclipse.org/gmf/2006/GraphicalDefinition"
name="widgets">
<figures
name="Default">
<descriptors
name="WidgetFigure">
<actualFigure
xsi:type="gmfgraph:RoundedRectangle"
name="WidgetFigure">
<layout
xsi:type="gmfgraph:CustomLayout"
qualifiedClassName="widgets.custom.layouts.CentredLayout"/>
<border
xsi:type="gmfgraph:MarginBorder">
<insets
top="5"
left="5"
bottom="5"
right="5"/>
</border>
<children
xsi:type="gmfgraph:Label"
name="WidgetLabelFigure"
text="Widget"/>
</actualFigure>
<accessors
accessor="getFigureWidgetLabelFigure"
figure="//@figures.0/@descriptors.0/@actualFigure/@children.0"/>
</descriptors>
</figures>
<nodes
name="Widget"
figure="WidgetFigure"/>
<labels
name="WidgetLabel"
figure="WidgetFigure"
elementIcon="false"
accessor="//@figures.0/@descriptors.0/@accessors.0"/>
</gmfgraph:Canvas>