[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- list:
list() -> new list
list(sequence) -> new list initialized from sequence's items
- fig.Container:
Container for fig objects, derived from the standard python
list.
- fig.Vector
- fig.Rect:
This is a simple, half-internal helper class for handling
Rectangles (e.g.
- fig.Object:
Base class of all fig objects.
- fig.CustomColor
- fig.Arrow:
Arrow objects store arrow parameters of other objects.