BlitManager
- class eomaps.helpers.BlitManager(m)
Manager used to schedule draw events, cache backgrounds, etc.
Methods
|
Manager used to schedule draw events, cache backgrounds, etc. |
|
Add a dynamic-artist to be managed. |
|
Add a background-artist to be managed. |
|
Blit artists (optionally on top of a given background) |
|
Trigger cleanup methods for a given layer. |
|
Trigger fetching (and caching) the background for a given layer-name. |
|
Get all (sorted) dynamically updated artists assigned to a given layer-name. |
|
Get all (sorted) background artists assigned to a given layer-name. |
|
Callback to register with 'draw_event'. |
|
Add callables that are executed whenever the visible layer changes. |
|
Remove a (dynamically updated) artist from the blit-manager. |
|
Remove a (background) artist from the map. |
|
Update the screen with animated artists. |
Attributes
The currently visible layer-name. |
|
The figure canvas instance. |
|
The matplotlib figure instance. |