class documentation
class CairoHistogramDrawer(AbstractCairoDrawer):
Default Cairo drawer object for histograms
| Method | __init__ |
Constructs the vertex drawer and associates it to the given palette. |
| Method | draw |
TODO |
| Instance Variable | bbox |
The bounding box of the drawing area where this drawer will draw. |
Inherited from AbstractCairoDrawer:
| Method | bbox |
Sets the bounding box of the drawing area where this drawer will draw. |
| Instance Variable | context |
Undocumented |
| Method | _mark |
Marks the given point with a small circle on the canvas. Used primarily for debugging purposes. |
| Instance Variable | _bbox |
Undocumented |
Constructs the vertex drawer and associates it to the given palette.
| Parameters | |
| context | the context on which we will draw |