|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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>eric6.Graphics</h1> |
|
23 <p> |
|
24 Package implementing various graphical representations. |
|
25 </p><p> |
|
26 This package implements various graphical representations. |
|
27 </p> |
|
28 |
|
29 |
|
30 <h3>Modules</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="eric6.Graphics.ApplicationDiagramBuilder.html">ApplicationDiagramBuilder</a></td> |
|
34 <td>Module implementing a dialog showing an imports diagram of the application.</td> |
|
35 </tr><tr> |
|
36 <td><a href="eric6.Graphics.AssociationItem.html">AssociationItem</a></td> |
|
37 <td>Module implementing a graphics item for an association between two items.</td> |
|
38 </tr><tr> |
|
39 <td><a href="eric6.Graphics.ClassItem.html">ClassItem</a></td> |
|
40 <td>Module implementing an UML like class item.</td> |
|
41 </tr><tr> |
|
42 <td><a href="eric6.Graphics.GraphicsUtilities.html">GraphicsUtilities</a></td> |
|
43 <td>Module implementing some graphical utility functions.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric6.Graphics.ImportsDiagramBuilder.html">ImportsDiagramBuilder</a></td> |
|
46 <td>Module implementing a dialog showing an imports diagram of a package.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric6.Graphics.ModuleItem.html">ModuleItem</a></td> |
|
49 <td>Module implementing a module item.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric6.Graphics.PackageDiagramBuilder.html">PackageDiagramBuilder</a></td> |
|
52 <td>Module implementing a dialog showing a UML like class diagram of a package.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric6.Graphics.PackageItem.html">PackageItem</a></td> |
|
55 <td>Module implementing a package item.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric6.Graphics.PixmapDiagram.html">PixmapDiagram</a></td> |
|
58 <td>Module implementing a dialog showing a pixmap.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric6.Graphics.SvgDiagram.html">SvgDiagram</a></td> |
|
61 <td>Module implementing a dialog showing a SVG graphic.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric6.Graphics.UMLClassDiagramBuilder.html">UMLClassDiagramBuilder</a></td> |
|
64 <td>Module implementing a dialog showing a UML like class diagram.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric6.Graphics.UMLDiagramBuilder.html">UMLDiagramBuilder</a></td> |
|
67 <td>Module implementing the UML diagram builder base class.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric6.Graphics.UMLDialog.html">UMLDialog</a></td> |
|
70 <td>Module implementing a dialog showing UML like diagrams.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric6.Graphics.UMLGraphicsView.html">UMLGraphicsView</a></td> |
|
73 <td>Module implementing a subclass of E5GraphicsView for our diagrams.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric6.Graphics.UMLItem.html">UMLItem</a></td> |
|
76 <td>Module implementing the UMLItem base class.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric6.Graphics.UMLSceneSizeDialog.html">UMLSceneSizeDialog</a></td> |
|
79 <td>Module implementing a dialog to set the scene sizes.</td> |
|
80 </tr> |
|
81 </table> |
|
82 </body></html> |