Vous êtes un professionnel et vous avez besoin d'une formation ?
Programmation Python
Les compléments
Voir le programme détaillé
Module « matplotlib.figure »
Classe « TransformedBbox »
Informations générales
Héritage
builtins.object
TransformNode
BboxBase
TransformedBbox
Définition
class TransformedBbox(BboxBase):
help(TransformedBbox)
A `Bbox` that is automatically transformed by a given
transform. When either the child bounding box or transform
changes, the bounds of this bbox will update accordingly.
Constructeur(s)
Liste des attributs statiques
| coefs | {'C': (0.5, 0.5), 'SW': (0, 0), 'S': (0.5, 0), 'SE': (1.0, 0), 'E': (1.0, 0.5), 'NE': (1.0, 1.0), 'N': (0.5, 1.0), 'NW': (0, 1.0), 'W': (0, 0.5)} |
| is_affine | True |
| is_bbox | True |
| pass_through | False |
Liste des propriétés
| bounds | Return (:attr:`x0`, :attr:`y0`, :attr:`width`, :attr:`height`). [extrait de bounds.__doc__] |
| extents | Return (:attr:`x0`, :attr:`y0`, :attr:`x1`, :attr:`y1`). [extrait de extents.__doc__] |
| height | The (signed) height of the bounding box. [extrait de height.__doc__] |
| intervalx | |
| intervaly | |
| max | The top-right corner of the bounding box. [extrait de max.__doc__] |
| min | The bottom-left corner of the bounding box. [extrait de min.__doc__] |
| p0 | |
| p1 | |
| size | The (signed) width and height of the bounding box. [extrait de size.__doc__] |
| width | The (signed) width of the bounding box. [extrait de width.__doc__] |
| x0 | |
| x1 | |
| xmax | The right edge of the bounding box. [extrait de xmax.__doc__] |
| xmin | The left edge of the bounding box. [extrait de xmin.__doc__] |
| y0 | |
| y1 | |
| ymax | The top edge of the bounding box. [extrait de ymax.__doc__] |
| ymin | The bottom edge of the bounding box. [extrait de ymin.__doc__] |
Liste des opérateurs
Opérateurs hérités de la classe object
__eq__,
__ge__,
__gt__,
__le__,
__lt__,
__ne__
Liste des méthodes
Toutes les méthodes
Méthodes d'instance
Méthodes statiques
Méthodes dépréciées
Méthodes héritées de la classe BboxBase
__array__, __init_subclass__, __subclasshook__, anchored, containsx, containsy, corners, count_contains, count_overlaps, expanded, frozen, fully_containsx, fully_containsy, fully_overlaps, intersection, overlaps, padded, rotated, shrunk, shrunk_to_aspect, splitx, splity, transformed, translated, union
Méthodes héritées de la classe TransformNode
__copy__, __getstate__, __setstate__, invalidate, set_children
Méthodes héritées de la classe object
__delattr__,
__dir__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__
Vous êtes un professionnel et vous avez besoin d'une formation ?
Sensibilisation àl'Intelligence Artificielle
Voir le programme détaillé
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :