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:

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.


Methods

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 – ???