Package Gnumed :: Package timelinelib :: Package test :: Package cases :: Module drawers :: Class Dc
[frames] | no frames]

Class Dc

source code

Instance Methods
 
__init__(self) source code
 
pen_call_count(self) source code
 
draw_line_call_count(self) source code
 
draw_text_call_count(self) source code
 
x1(self) source code
 
y1(self) source code
 
x2(self) source code
 
y2(self) source code
 
font(self) source code
 
text_foreground(self) source code
 
text(self) source code
 
text_x(self) source code
 
text_y(self) source code
 
SetPen(self, pen) source code
 
SetTextForeground(self, color) source code
 
DrawLine(self, x1, y1, x2, y2) source code
 
DrawText(self, text, x, y) source code
 
GetTextExtent(self, text) source code
 
SetFont(self, font) source code
Method Details

pen_call_count(self)

source code 
Decorators:
  • @property

draw_line_call_count(self)

source code 
Decorators:
  • @property

draw_text_call_count(self)

source code 
Decorators:
  • @property

x1(self)

source code 
Decorators:
  • @property

y1(self)

source code 
Decorators:
  • @property

x2(self)

source code 
Decorators:
  • @property

y2(self)

source code 
Decorators:
  • @property

font(self)

source code 
Decorators:
  • @property

text_foreground(self)

source code 
Decorators:
  • @property

text(self)

source code 
Decorators:
  • @property

text_x(self)

source code 
Decorators:
  • @property

text_y(self)

source code 
Decorators:
  • @property