Package aldrin :: Module canvas :: Class BitmapBuffer
[show private | hide private]
[frames | no frames]

Type BitmapBuffer

object --+            
         |            
    Object --+        
             |        
            DC --+    
                 |    
          MemoryDC --+
                     |
                    BitmapBuffer


A screen buffer class.

This class implements a screen output buffer. Data is meant to be drawn in the buffer class and then blitted directly to the output device, or on-screen window.
Method Summary
  __init__(self, width, height, colour)
Initialize the empty buffer object.
  GetBitmap(self)
Returns the internal bitmap for direct drawing.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__init__(self, width, height, colour=None)
(Constructor)

Initialize the empty buffer object.
Overrides:
wx._gdi.MemoryDC.__init__

GetBitmap(self)

Returns the internal bitmap for direct drawing.

Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 http://epydoc.sf.net