Table Of Contents

Previous topic

DrawOp

Next topic

OpPolyDraw

This Page

phoenix_title OpDraw

Draw line, rectangle, rounded rectangle, ellipse, point, arc, text.


class_hierarchy Inheritance Diagram

Inheritance diagram for class OpDraw

Inheritance diagram of OpDraw


super_classes Known Superclasses

lib.ogl._drawn.DrawOp


method_summary Methods Summary

__init__  
Do  
Rotate  
Scale  
Translate  

api Class API



class OpDraw(DrawOp)

Draw line, rectangle, rounded rectangle, ellipse, point, arc, text.


Methods



__init__(self, theOp, theX1, theY1, theX2, theY2, theRadius = 0.0, s = "")


Do(self, dc, xoffset, yoffset)


Rotate(self, x, y, theta, sinTheta, cosTheta)


Scale(self, scaleX, scaleY)


Translate(self, x, y)