mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Added notes on how the abstracts are represented, ensured all the class hierarchies were up to date, and changed the orientation so the classes are actually readable in the big chart.
		
			
				
	
	
		
			59 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 | |
|  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 | |
| <!-- Generated by graphviz version 2.38.0 (20140413.2041)
 | |
|  -->
 | |
| <!-- Title: classes Pages: 1 -->
 | |
| <svg width="317pt" height="152pt"
 | |
|  viewBox="0.00 0.00 317.00 152.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 | |
| <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 148)">
 | |
| <title>classes</title>
 | |
| <polygon fill="white" stroke="none" points="-4,4 -4,-148 313,-148 313,4 -4,4"/>
 | |
| <!-- Device -->
 | |
| <g id="node1" class="node"><title>Device</title>
 | |
| <polygon fill="#9ec6e0" stroke="#9ec6e0" points="54,-90 0,-90 0,-54 54,-54 54,-90"/>
 | |
| <text text-anchor="middle" x="27" y="-69.5" font-family="Sans" font-size="10.00" fill="#000000">Device</text>
 | |
| </g>
 | |
| <!-- InternalDevice -->
 | |
| <g id="node2" class="node"><title>InternalDevice</title>
 | |
| <polygon fill="#9ec6e0" stroke="#9ec6e0" points="175,-90 90,-90 90,-54 175,-54 175,-90"/>
 | |
| <text text-anchor="middle" x="132.5" y="-69.5" font-family="Sans" font-size="10.00" fill="#000000">InternalDevice</text>
 | |
| </g>
 | |
| <!-- InternalDevice->Device -->
 | |
| <g id="edge1" class="edge"><title>InternalDevice->Device</title>
 | |
| <path fill="none" stroke="black" d="M89.999,-72C81.4576,-72 72.5283,-72 64.1926,-72"/>
 | |
| <polygon fill="black" stroke="black" points="64.0256,-68.5001 54.0256,-72 64.0255,-75.5001 64.0256,-68.5001"/>
 | |
| </g>
 | |
| <!-- TimeOfDay -->
 | |
| <g id="node3" class="node"><title>TimeOfDay</title>
 | |
| <polygon fill="#2980b9" stroke="#2980b9" points="294.5,-144 225.5,-144 225.5,-108 294.5,-108 294.5,-144"/>
 | |
| <text text-anchor="middle" x="260" y="-123.5" font-family="Sans" font-size="10.00" fill="#ffffff">TimeOfDay</text>
 | |
| </g>
 | |
| <!-- TimeOfDay->InternalDevice -->
 | |
| <g id="edge2" class="edge"><title>TimeOfDay->InternalDevice</title>
 | |
| <path fill="none" stroke="black" d="M225.368,-111.529C212.862,-106.148 198.372,-99.9132 184.65,-94.0087"/>
 | |
| <polygon fill="black" stroke="black" points="185.875,-90.7257 175.306,-89.9883 183.108,-97.1558 185.875,-90.7257"/>
 | |
| </g>
 | |
| <!-- PingServer -->
 | |
| <g id="node4" class="node"><title>PingServer</title>
 | |
| <polygon fill="#2980b9" stroke="#2980b9" points="294,-90 226,-90 226,-54 294,-54 294,-90"/>
 | |
| <text text-anchor="middle" x="260" y="-69.5" font-family="Sans" font-size="10.00" fill="#ffffff">PingServer</text>
 | |
| </g>
 | |
| <!-- PingServer->InternalDevice -->
 | |
| <g id="edge3" class="edge"><title>PingServer->InternalDevice</title>
 | |
| <path fill="none" stroke="black" d="M225.698,-72C213.314,-72 198.952,-72 185.303,-72"/>
 | |
| <polygon fill="black" stroke="black" points="185.049,-68.5001 175.049,-72 185.049,-75.5001 185.049,-68.5001"/>
 | |
| </g>
 | |
| <!-- CPUTemperature -->
 | |
| <g id="node5" class="node"><title>CPUTemperature</title>
 | |
| <polygon fill="#2980b9" stroke="#2980b9" points="309,-36 211,-36 211,-0 309,-0 309,-36"/>
 | |
| <text text-anchor="middle" x="260" y="-15.5" font-family="Sans" font-size="10.00" fill="#ffffff">CPUTemperature</text>
 | |
| </g>
 | |
| <!-- CPUTemperature->InternalDevice -->
 | |
| <g id="edge4" class="edge"><title>CPUTemperature->InternalDevice</title>
 | |
| <path fill="none" stroke="black" d="M216.861,-36.1314C206.507,-40.5867 195.31,-45.4043 184.585,-50.0191"/>
 | |
| <polygon fill="black" stroke="black" points="183.117,-46.8407 175.314,-54.0082 185.883,-53.2707 183.117,-46.8407"/>
 | |
| </g>
 | |
| </g>
 | |
| </svg>
 |