Documentation/Source/index-eric4.Graphics.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.Graphics</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.Graphics</h1>
24 <p>
25 Package implementing various graphical representations.
26 </p><p>
27 This package implements various graphical representations.
28 </p>
29
30
31 <h3>Modules</h3>
32 <table>
33 <tr>
34 <td><a href="eric4.Graphics.ApplicationDiagram.html">ApplicationDiagram</a></td>
35 <td>Module implementing a dialog showing an imports diagram of the application.</td>
36 </tr><tr>
37 <td><a href="eric4.Graphics.AssociationItem.html">AssociationItem</a></td>
38 <td>Module implementing a graphics item for an association between two items.</td>
39 </tr><tr>
40 <td><a href="eric4.Graphics.ClassItem.html">ClassItem</a></td>
41 <td>Module implementing an UML like class item.</td>
42 </tr><tr>
43 <td><a href="eric4.Graphics.GraphicsUtilities.html">GraphicsUtilities</a></td>
44 <td>Module implementing some graphical utility functions.</td>
45 </tr><tr>
46 <td><a href="eric4.Graphics.ImportsDiagram.html">ImportsDiagram</a></td>
47 <td>Module implementing a dialog showing an imports diagram of a package.</td>
48 </tr><tr>
49 <td><a href="eric4.Graphics.ModuleItem.html">ModuleItem</a></td>
50 <td>Module implementing a module item.</td>
51 </tr><tr>
52 <td><a href="eric4.Graphics.PackageDiagram.html">PackageDiagram</a></td>
53 <td>Module implementing a dialog showing a UML like class diagram of a package.</td>
54 </tr><tr>
55 <td><a href="eric4.Graphics.PackageItem.html">PackageItem</a></td>
56 <td>Module implementing a package item.</td>
57 </tr><tr>
58 <td><a href="eric4.Graphics.PixmapDiagram.html">PixmapDiagram</a></td>
59 <td>Module implementing a dialog showing a pixmap.</td>
60 </tr><tr>
61 <td><a href="eric4.Graphics.SvgDiagram.html">SvgDiagram</a></td>
62 <td>Module implementing a dialog showing a SVG graphic.</td>
63 </tr><tr>
64 <td><a href="eric4.Graphics.UMLClassDiagram.html">UMLClassDiagram</a></td>
65 <td>Module implementing a dialog showing a UML like class diagram.</td>
66 </tr><tr>
67 <td><a href="eric4.Graphics.UMLDialog.html">UMLDialog</a></td>
68 <td>Module implementing a dialog showing UML like diagrams.</td>
69 </tr><tr>
70 <td><a href="eric4.Graphics.UMLGraphicsView.html">UMLGraphicsView</a></td>
71 <td>Module implementing a subclass of E4GraphicsView for our diagrams.</td>
72 </tr><tr>
73 <td><a href="eric4.Graphics.UMLItem.html">UMLItem</a></td>
74 <td>Module implementing the UMLWidget base class.</td>
75 </tr><tr>
76 <td><a href="eric4.Graphics.UMLSceneSizeDialog.html">UMLSceneSizeDialog</a></td>
77 <td>Module implementing a dialog to set the scene sizes.</td>
78 </tr><tr>
79 <td><a href="eric4.Graphics.ZoomDialog.html">ZoomDialog</a></td>
80 <td>Module implementing a zoom dialog for a graphics canvas.</td>
81 </tr>
82 </table>
83 </body></html>

eric ide

mercurial