phoenix_title wx.lib.analogclock.helpers.Box

Gathers info about the clock face and tick sets.


class_hierarchy Class Hierarchy

Inheritance diagram for class Box:

method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

Draw

GetIsRotated

GetNiceRadiusForHands

GetShadowColour

GetTickBorderColour

GetTickBorderWidth

GetTickFillColour

GetTickFont

GetTickOffset

GetTickPolygon

GetTickSize

GetTickStyle

RecalcCoords

SetIsRotated

SetShadowColour

SetTickBorderColour

SetTickBorderWidth

SetTickFillColour

SetTickFont

SetTickOffset

SetTickPolygon

SetTickSize

SetTickStyle


api Class API

class Box

Gathers info about the clock face and tick sets.


Methods

__init__(self, parent, Face, TicksM, TicksH)

Initialize self. See help(type(self)) for accurate signature.



Draw(self, dc)


GetIsRotated(self)


GetNiceRadiusForHands(self, centre)


GetShadowColour(self)


GetTickBorderColour(self, target)


GetTickBorderWidth(self, target)


GetTickFillColour(self, target)


GetTickFont(self, target)


GetTickOffset(self, target)


GetTickPolygon(self, target)


GetTickSize(self, target)


GetTickStyle(self, target)


RecalcCoords(self, size, centre, scale)


SetIsRotated(self, rotate)


SetShadowColour(self, colour)


SetTickBorderColour(self, colour, target)


SetTickBorderWidth(self, width, target)


SetTickFillColour(self, colour, target)


SetTickFont(self, font, target)


SetTickOffset(self, offset, target)


SetTickPolygon(self, polygon, target)


SetTickSize(self, size, target)


SetTickStyle(self, style, target)