Package envi :: Package memcanvas :: Class MemoryRenderer
[hide private]
[frames] | no frames]

Class MemoryRenderer

source code

Known Subclasses:

A top level object for all memory renderers

Instance Methods [hide private]
 
rendChars(self, mcanv, bytes) source code
 
rendSymbol(self, mcanv, va)
If there is a symbolic name for the current va, print it...
source code
 
rendVa(self, mcanv, va) source code
 
render(self, mcanv, va)
Render one "unit" and return the size you ate.
source code
Method Details [hide private]

render(self, mcanv, va)

source code 

Render one "unit" and return the size you ate. mcanv will be a MemoryCanvas extender and va is the virtual address you are expected to render.