Schematic box. More...
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| x | |
| y | |
| width | |
| height | |
| color | |
| line | |
| fill | |
Schematic box.
Definition at line 504 of file storage.py.
| def xorn.storage.Box.__init__ | ( | self | ) |
Definition at line 505 of file storage.py.
| xorn.storage.Box.color |
Definition at line 510 of file storage.py.
| xorn.storage.Box.fill |
Definition at line 512 of file storage.py.
| xorn.storage.Box.height |
Definition at line 509 of file storage.py.
| xorn.storage.Box.line |
Definition at line 511 of file storage.py.
| xorn.storage.Box.width |
Definition at line 508 of file storage.py.
| xorn.storage.Box.x |
Definition at line 506 of file storage.py.
| xorn.storage.Box.y |
Definition at line 507 of file storage.py.
1.8.8