concepts.gui.tk.drawing_window.DrawingWindow#
- class DrawingWindow[source]#
Bases:
object
Methods
clear
()delete
(thing)drawLine
(a, b, c[, color])drawLineSeg
(x1, y1, x2, y2[, color, width])drawOval
(x1, y1, x2, y2[, color])drawPoint
(x, y[, color, radius])drawPolygon
(verts[, color, outline])drawRect
(x1, y1, x2, y2[, color])drawRobot
(x, y, noseX, noseY[, color, size])drawRobotWithNose
(x, y, theta[, color, size])drawText
(x, y, label)drawUnscaledLineSeg
(x1, y1, xproj, yproj[, ...])drawUnscaledRect
(x1, y1, xproj, yproj[, color])scaleX
(x)scaleY
(y)update
()- __new__(**kwargs)#