|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Graphics</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric7.Graphics</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing various graphical representations. |
|
26 </p> |
|
27 <p> |
|
28 This package implements various graphical representations. |
|
29 </p> |
|
30 |
|
31 |
|
32 <h3>Modules</h3> |
|
33 <table> |
|
34 |
|
35 <tr> |
|
36 <td><a href="eric7.Graphics.ApplicationDiagramBuilder.html">ApplicationDiagramBuilder</a></td> |
|
37 <td>Module implementing a dialog showing an imports diagram of the application.</td> |
|
38 </tr> |
|
39 <tr> |
|
40 <td><a href="eric7.Graphics.AssociationItem.html">AssociationItem</a></td> |
|
41 <td>Module implementing a graphics item for an association between two items.</td> |
|
42 </tr> |
|
43 <tr> |
|
44 <td><a href="eric7.Graphics.ClassItem.html">ClassItem</a></td> |
|
45 <td>Module implementing an UML like class item.</td> |
|
46 </tr> |
|
47 <tr> |
|
48 <td><a href="eric7.Graphics.GraphicsUtilities.html">GraphicsUtilities</a></td> |
|
49 <td>Module implementing some graphical utility functions.</td> |
|
50 </tr> |
|
51 <tr> |
|
52 <td><a href="eric7.Graphics.ImportsDiagramBuilder.html">ImportsDiagramBuilder</a></td> |
|
53 <td>Module implementing a dialog showing an imports diagram of a package.</td> |
|
54 </tr> |
|
55 <tr> |
|
56 <td><a href="eric7.Graphics.ModuleItem.html">ModuleItem</a></td> |
|
57 <td>Module implementing a module item.</td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td><a href="eric7.Graphics.PackageDiagramBuilder.html">PackageDiagramBuilder</a></td> |
|
61 <td>Module implementing a dialog showing an UML like class diagram of a package.</td> |
|
62 </tr> |
|
63 <tr> |
|
64 <td><a href="eric7.Graphics.PackageItem.html">PackageItem</a></td> |
|
65 <td>Module implementing a package item.</td> |
|
66 </tr> |
|
67 <tr> |
|
68 <td><a href="eric7.Graphics.PixmapDiagram.html">PixmapDiagram</a></td> |
|
69 <td>Module implementing a dialog showing a pixmap.</td> |
|
70 </tr> |
|
71 <tr> |
|
72 <td><a href="eric7.Graphics.SvgDiagram.html">SvgDiagram</a></td> |
|
73 <td>Module implementing a dialog showing a SVG graphic.</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="eric7.Graphics.UMLClassDiagramBuilder.html">UMLClassDiagramBuilder</a></td> |
|
77 <td>Module implementing a dialog showing a UML like class diagram.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="eric7.Graphics.UMLDiagramBuilder.html">UMLDiagramBuilder</a></td> |
|
81 <td>Module implementing the UML diagram builder base class.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="eric7.Graphics.UMLDialog.html">UMLDialog</a></td> |
|
85 <td>Module implementing a dialog showing UML like diagrams.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="eric7.Graphics.UMLGraphicsView.html">UMLGraphicsView</a></td> |
|
89 <td>Module implementing a subclass of EricGraphicsView for our diagrams.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="eric7.Graphics.UMLItem.html">UMLItem</a></td> |
|
93 <td>Module implementing the UMLItem base class.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="eric7.Graphics.UMLSceneSizeDialog.html">UMLSceneSizeDialog</a></td> |
|
97 <td>Module implementing a dialog to set the scene sizes.</td> |
|
98 </tr> |
|
99 </table> |
|
100 </body></html> |