Defines the Label class.
enable.label.
Label
Bases: enable.component.Component
enable.component.Component
A text label
get_bounding_box
Returns a rectangular bounding box for the Label as (width,height).
get_bounding_poly
Returns a list [(x0,y0), (x1,y1),…] of tuples representing a polygon that bounds the label.
get_width_height
Returns the width and height of the label, in the rotated frame of reference.
enable.kiva_graphics_context module
enable.markers module