Inherits from
- GraphicsContextGL: enthought.kiva.agg.agg.GraphicsContextGL
Method summary
- __init__(self, size, *args, **kw)
- draw_image(self, img, rect = None, force_copy = False)
- get_text_extent(self, text)
- restore_state(self)
- save_state(self)
- set_font(self, font)
- show_text(self, text, point = None)
- show_text_at_point(self, text, x, y)
Methods
- __init__(self, size, *args, **kw)
- draw_image(self, img, rect = None, force_copy = False)
Renders a GraphicsContextArray into this GC
- get_text_extent(self, text)
- restore_state(self)
- save_state(self)
- set_font(self, font)
- show_text(self, text, point = None)
- show_text_at_point(self, text, x, y)