|
Methods
|
|
|
|
|
Clear
|
Clear ( self )
|
|
|
Empty
|
Empty ( self )
|
|
|
ReDraw
|
ReDraw ( self )
|
|
|
SetMatrix
|
SetMatrix ( self, matrix )
|
|
|
SetScale
|
SetScale ( self, scale )
|
|
|
SetViewMatrix
|
SetViewMatrix ( self, matrix )
|
|
|
__del__
|
__del__ ( self )
|
|
|
__init__
|
__init__ ( self, filename='canvas.off' )
|
|
|
add
|
add ( self, obj )
|
|
|
pnt
|
pnt (
self,
p,
rad=1,
color="black",
**cfg,
)
|
|
|
polyline
|
polyline (
self,
p,
color="black",
**cfg,
)
|
|
|
postscript
|
postscript ( self )
|
|
|
text
|
text (
self,
p,
**cfg,
)
|
|
|
xinit
|
xinit ( self )
|
|