Package pygext :: Package gl :: Package shapes :: Module pattern :: Class PatternImage
[frames | no frames]

Type PatternImage

object --+        
         |        
   GLShape --+    
             |    
        Bitmap --+
                 |
                PatternImage


Method Summary
  init(self, img, xsize, ysize, hotspot)
  set_hotspot(self, rx, ry)
  set_size(self, width, height)
    Inherited from Bitmap
  copy(self)
shape.copy() -> new shape object
  get_stencil_poly(self)
  get_stencil_rect(self)
    Inherited from GLShape
  __init__(self, *arg, **kw)
  __del__(self)
  __getattr__(self, name)
  alpha(self, a)
shape.alpha(alpha) -> shape
  compile(self)
shape.compile() -> None
  execute(self)
shape.execute() -> None
  unallocate(self)
shape.unallocate() -> None

Class Variable Summary
    Inherited from Bitmap
bool border = False
tuple default_hotspot = (0.5, 0.5)
bool use_filtering = True

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net