

Public Member Functions | |
| def | __init__ |
| Creates PolyLine object points - sequence (array, tuple or list) of (x,y) points making up line **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'style'= wx.SOLID, - wx.Pen style 'legend'= '' - Line Legend to display. | |
| def | draw |
| def | getSymExtent |
| Width and Height of Marker. | |
| def python::plot::PolyLine::__init__ | ( | self, | ||
| points, | ||||
| attr | ||||
| ) |
Creates PolyLine object points - sequence (array, tuple or list) of (x,y) points making up line **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'style'= wx.SOLID, - wx.Pen style 'legend'= '' - Line Legend to display.
Reimplemented from python::plot::PolyPoints.
| def python::plot::PolyLine::draw | ( | self, | ||
| dc, | ||||
| printerScale, | ||||
coord = None | ||||
| ) |
| def python::plot::PolyLine::getSymExtent | ( | self, | ||
| printerScale | ||||
| ) |
Width and Height of Marker.
1.5.8