diff options
Diffstat (limited to 'kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml')
-rwxr-xr-x | kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml b/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml new file mode 100755 index 00000000..a2db5da8 --- /dev/null +++ b/kivio/kiviopart/stencils/UML/ClassDiagrams/TemplateClass.sml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="emacs"> + <KivioSMLStencilSpawnerInfo> + <Author data="Eric R. Turner"/> + <Title data="Template Class"/> + <Id data="TemplateClass"/> + <Description data="TemplateClass"/> + <Version data="0.1"/> + <Web data="http://www.bitbreather.com"/> + <Email data="[email protected]"/> + <Copyright data="Copyright (C) 2002 Eric R. Turner. Distributed under the GPL."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + <Dimensions w="102.0" h="144.0"/> + <KivioConnectorTarget x="0.0" y="16.0"/> + <KivioConnectorTarget x="48.0" y="16.0"/> + <KivioConnectorTarget x="96.0" y="80.0"/> + <KivioConnectorTarget x="96.0" y="144.0"/> + <KivioConnectorTarget x="48.0" y="144.0"/> + <KivioConnectorTarget x="0.0" y="144.0"/> + <KivioConnectorTarget x="0.0" y="80.0"/> + <KivioShape type="Rectangle" name="TemplateClass" x="0.0" w="96.0" y="16.0" h="128.0"/> + <KivioShape type="Rectangle" name="TemplateClassTemplate" x="54.0" w="48.0" y="0.0" h="20.0"> + <KivioFillStyle colorStyle="1" color="#ffffff"/> + </KivioShape> + <KivioShape type="LineArray" name="Separator"> + <Line x1="0.0" y1="35.0" x2="96.0" y2="35.0"/> + </KivioShape> + <KivioShape type="LineArray" name="T"> + <Line x1="78.0" y1="4.0" x2="78.0" y2="16.0"/> + <Line x1="64.0" y1="4.0" x2="92.0" y2="4.0"/> + </KivioShape> + <KivioShape type="TextBox" name="TemplateClassName" x="0.0" w="96.0" y="16.0" h="18.0"/> + <KivioShape type="TextBox" name="TemplateClassSpecification" x="0.0" w="96.0" y="36.0" h="108.0"/> +</KivioShapeStencil> + |