Home | Trees | Index | Help |
|
---|
Package aldrin :: Module canvas :: Class 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 | |
---|---|
Initialize the empty buffer object. | |
Returns the internal bitmap for direct drawing. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
__init__(self,
width,
height,
colour=None)
Initialize the empty buffer object.
|
GetBitmap(self)Returns the internal bitmap for direct drawing. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 | http://epydoc.sf.net |