phoenix_title wx.lib.floatcanvas.FCObjects.LineAndFillMixin

Mixin class for objects that have both a line and a fill color and style.


class_hierarchy Class Hierarchy

Inheritance diagram for class LineAndFillMixin:

sub_classes Known Subclasses

wx.lib.floatcanvas.FCObjects.Arc, wx.lib.floatcanvas.FCObjects.Circle, wx.lib.floatcanvas.FCObjects.Polygon, wx.lib.floatcanvas.FCObjects.RectEllipse


super_classes Known Superclasses

wx.lib.floatcanvas.FCObjects.LineOnlyMixin


method_summary Methods Summary

SetFillColor

Set the FillColor

SetFillStyle

Set the FillStyle

SetUpDraw

Setup for draw


api Class API

class LineAndFillMixin(LineOnlyMixin)

Mixin class for objects that have both a line and a fill color and style.

SetFillColor(self, FillColor)

Set the FillColor

Parameters

FillColor – see SetColor for valid values

SetFillStyle(self, FillStyle)

Set the FillStyle

Parameters

FillStyle – see SetFillStyle for valid values

SetUpDraw(self, dc, WorldToPixel, ScaleWorldToPixel, HTdc)

Setup for draw

Parameters
  • dc – the dc to draw ???

  • WorldToPixel – ???

  • ScaleWorldToPixel – ???

  • HTdc – ???