Trees | Indices | Help |
|
---|
|
canvasbase.CanvasBase --+ | Canvas
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
fontScale = 1.2
|
|
Draw a single line on the canvas This function will draw a line between `p1` and `p2` with the given `color`. If `color2` is specified, it will be used to draw the second half of the segment
|
Draw some text The provided `text` is drawn at position `pos` using the given `font` and the chosen `color`.
|
Draw a polygon Draw a polygon identified by vertexes given in `ps` using the given `color`
|
Draw a dashed wedge The wedge is identified by the three points `p1`, `p2`, and `p3`. It will be drawn using the given `color`; if `color2` is specified it will be used for the second half of the wedge TODO: fix comment, I'm not sure what `dash` does
|
Complete any remaining draw operation This is supposed to be the last operation on the canvas before saving it
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |