<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="13.3">
  <zoom_level>10</zoom_level>
  <element>
    <type>CustomElementImpl</type>
    <coordinates>
      <x>250</x>
      <y>240</y>
      <w>371</w>
      <h>221</h>
    </coordinates>
    <panel_attributes>Margin</panel_attributes>
    <additional_attributes/>
    <custom_code>int y=textHeight();

setLineType(1);
drawRectangle(0,0,width,height);

for(String textline : textlines) {
	y += printCenter(textline,y);
}</custom_code>
  </element>
  <element>
    <type>CustomElementImpl</type>
    <coordinates>
      <x>270</x>
      <y>270</y>
      <w>331</w>
      <h>171</h>
    </coordinates>
    <panel_attributes>Border</panel_attributes>
    <additional_attributes/>
    <custom_code>int y=textHeight();

setLineType(1);
drawRectangle(0,0,width,height);

for(String textline : textlines) {
	y += printCenter(textline,y);
}</custom_code>
  </element>
  <element>
    <type>CustomElementImpl</type>
    <coordinates>
      <x>290</x>
      <y>300</y>
      <w>291</w>
      <h>121</h>
    </coordinates>
    <panel_attributes>Padding</panel_attributes>
    <additional_attributes/>
    <custom_code>int y=textHeight();

setLineType(1);
drawRectangle(0,0,width,height);

for(String textline : textlines) {
	y += printCenter(textline,y);
}</custom_code>
  </element>
  <element>
    <id>UMLClass</id>
    <coordinates>
      <x>310</x>
      <y>330</y>
      <w>250</w>
      <h>70</h>
    </coordinates>
    <panel_attributes>Content</panel_attributes>
    <additional_attributes/>
  </element>
</diagram>
