Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/model/ReceiveNodeFigure.gmfgraph')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/model/ReceiveNodeFigure.gmfgraph34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/model/ReceiveNodeFigure.gmfgraph b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/model/ReceiveNodeFigure.gmfgraph
new file mode 100644
index 00000000000..182838f0208
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/model/ReceiveNodeFigure.gmfgraph
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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="umlclassdiagram">
+ <figures
+ name="Default">
+ <descriptors
+ name="ReceiveNodeFigureDescriptor">
+ <actualFigure
+ xsi:type="gmfgraph:CustomFigure"
+ name="ReceiveNodeFigure"
+ qualifiedClassName="org.eclipse.papyrus.diagram.common.figure.node.ReceiveNodeFigure">
+ <customChildren
+ accessor="getNameLabel()">
+ <typedFigure
+ xsi:type="gmfgraph:Label"
+ name="nameLabel"/>
+ </customChildren>
+ </actualFigure>
+ <accessors
+ accessor="getNameLabel"
+ figure="//@figures.0/@descriptors.0/@actualFigure/@customChildren.0/@typedFigure"/>
+ </descriptors>
+ </figures>
+ <nodes
+ name="ReceiveFigureNode"
+ figure="ReceiveNodeFigureDescriptor"/>
+ <labels
+ name="ReceiveNodeFigureNameDiagramLabel"
+ figure="ReceiveNodeFigureDescriptor"
+ elementIcon="false"
+ accessor="//@figures.0/@descriptors.0/@accessors.0"/>
+</gmfgraph:Canvas>

Back to the top