Package wx :: Package lib :: Package ogl :: Class OpSetGDI
[frames | no frames]

Type OpSetGDI

object --+    
         |    
    DrawOp --+
             |
            OpSetGDI


Set font, brush, text colour.


Method Summary
  __init__(self, theOp, theImage, theGdiIndex, theMode)
  Do(self, dc, xoffset, yoffset)
    Inherited from DrawOp
  GetOp(self)
  GetPerimeterPoint(self, x1, y1, x2, y2, xOffset, yOffset, attachmentMode)
  Rotate(self, x, y, theta, sinTheta, cosTheta)
  Scale(self, scaleX, scaleY)
  Translate(self, x, y)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
Return repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:41:32 2007 http://epydoc.sf.net