__getstate__(self) |
|
__repr__(self) |
|
contains(self, mouseevent) |
|
draw(self, renderer) |
|
get_bbox_patch(self) |
|
get_c(self) |
Alias for `get_color`. [extrait de get_c.__doc__] |
get_color(self) |
Return the color of the text. [extrait de get_color.__doc__] |
get_family(self) |
Alias for `get_fontfamily`. [extrait de get_family.__doc__] |
get_font(self) |
Alias for `get_fontproperties`. [extrait de get_font.__doc__] |
get_font_properties(self) |
Alias for `get_fontproperties`. [extrait de get_font_properties.__doc__] |
get_fontfamily(self) |
|
get_fontname(self) |
|
get_fontproperties(self) |
Return the `.font_manager.FontProperties`. [extrait de get_fontproperties.__doc__] |
get_fontsize(self) |
|
get_fontstyle(self) |
|
get_fontvariant(self) |
|
get_fontweight(self) |
|
get_ha(self) |
Alias for `get_horizontalalignment`. [extrait de get_ha.__doc__] |
get_horizontalalignment(self) |
|
get_math_fontfamily(self) |
|
get_name(self) |
Alias for `get_fontname`. [extrait de get_name.__doc__] |
get_position(self) |
Return the (x, y) position of the text. [extrait de get_position.__doc__] |
get_prop_tup(self, renderer=None) |
|
get_rotation(self) |
Return the text angle in degrees between 0 and 360. [extrait de get_rotation.__doc__] |
get_rotation_mode(self) |
Return the text rotation mode. [extrait de get_rotation_mode.__doc__] |
get_size(self) |
Alias for `get_fontsize`. [extrait de get_size.__doc__] |
get_stretch(self) |
|
get_style(self) |
Alias for `get_fontstyle`. [extrait de get_style.__doc__] |
get_text(self) |
Return the text string. [extrait de get_text.__doc__] |
get_transform_rotates_text(self) |
|
get_unitless_position(self) |
Return the (x, y) unitless position of the text. [extrait de get_unitless_position.__doc__] |
get_usetex(self) |
Return whether this `Text` object uses TeX for rendering. [extrait de get_usetex.__doc__] |
get_va(self) |
Alias for `get_verticalalignment`. [extrait de get_va.__doc__] |
get_variant(self) |
Alias for `get_fontvariant`. [extrait de get_variant.__doc__] |
get_verticalalignment(self) |
|
get_weight(self) |
Alias for `get_fontweight`. [extrait de get_weight.__doc__] |
get_window_extent(self, renderer=None, dpi=None) |
|
get_wrap(self) |
Return whether the text can be wrapped. [extrait de get_wrap.__doc__] |
set_backgroundcolor(self, color) |
|
set_bbox(self, rectprops) |
|
set_c(self, color) |
Alias for `set_color`. [extrait de set_c.__doc__] |
set_clip_box(self, clipbox) |
|
set_clip_on(self, b) |
|
set_clip_path(self, path, transform=None) |
|
set_color(self, color) |
|
set_family(self, fontname) |
Alias for `set_fontfamily`. [extrait de set_family.__doc__] |
set_font(self, fp) |
Alias for `set_fontproperties`. [extrait de set_font.__doc__] |
set_font_properties(self, fp) |
Alias for `set_fontproperties`. [extrait de set_font_properties.__doc__] |
set_fontfamily(self, fontname) |
|
set_fontname(self, fontname) |
|
set_fontproperties(self, fp) |
|
set_fontsize(self, fontsize) |
|
set_fontstretch(self, stretch) |
|
set_fontstyle(self, fontstyle) |
|
set_fontvariant(self, variant) |
|
set_fontweight(self, weight) |
|
set_ha(self, align) |
Alias for `set_horizontalalignment`. [extrait de set_ha.__doc__] |
set_horizontalalignment(self, align) |
|
set_linespacing(self, spacing) |
|
set_ma(self, align) |
Alias for `set_multialignment`. [extrait de set_ma.__doc__] |
set_math_fontfamily(self, fontfamily) |
|
set_multialignment(self, align) |
|
set_name(self, fontname) |
Alias for `set_fontname`. [extrait de set_name.__doc__] |
set_position(self, xy) |
|
set_rotation(self, s) |
|
set_rotation_mode(self, m) |
|
set_size(self, fontsize) |
Alias for `set_fontsize`. [extrait de set_size.__doc__] |
set_stretch(self, stretch) |
Alias for `set_fontstretch`. [extrait de set_stretch.__doc__] |
set_style(self, fontstyle) |
Alias for `set_fontstyle`. [extrait de set_style.__doc__] |
set_text(self, s) |
|
set_transform_rotates_text(self, t) |
|
set_usetex(self, usetex) |
|
set_va(self, align) |
Alias for `set_verticalalignment`. [extrait de set_va.__doc__] |
set_variant(self, variant) |
Alias for `set_fontvariant`. [extrait de set_variant.__doc__] |
set_verticalalignment(self, align) |
|
set_weight(self, weight) |
Alias for `set_fontweight`. [extrait de set_weight.__doc__] |
set_wrap(self, wrap) |
|
set_x(self, x) |
|
set_y(self, y) |
|
update(self, kwargs) |
|
update_bbox_position_size(self, renderer) |
|
update_from(self, other) |
|
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 :