 
       wx.lib.floatcanvas.FCObjects.LineOnlyMixin¶
  wx.lib.floatcanvas.FCObjects.LineOnlyMixin¶Mixin class for objects that have just a line, rather than a fill color and line color
 Methods Summary¶
 Methods Summary¶| SetLineColor | Set the LineColor | 
| SetLineStyle | Set the LineStyle | 
| SetLineWidth | Set the LineWidth | 
 Class API¶
 Class API¶LineOnlyMixin¶Mixin class for objects that have just a line, rather than a fill color and line color
SetLineColor(self, LineColor)¶Set the LineColor
| Parameters: | LineColor – see SetColorfor valid values | 
|---|
SetLineStyle(self, LineStyle)¶Set the LineStyle
| Parameters: | LineStyle – see SetLineStylefor valid values | 
|---|
SetLineWidth(self, LineWidth)¶Set the LineWidth
| Parameters: | LineWidth (integer) – line width in pixels | 
|---|