| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package gnuplot :: Module renderer :: Class Renderer |
|
object--+ |Renderer--+ | Renderer
| Method Summary | |
|---|---|
Initialisation of Renderer() class | |
| Inherited from Renderer | |
Method to add commands to the evaluation stack | |
Method to add commands to the reusable part of the evaluation stack | |
Gets the evaluation stack as it currently stands | |
Gets the initialisation stack as it currently stands | |
Gets the render window dimensions | |
Gets the render window height | |
Gets the render window width | |
Reset/flush the evaluation stack | |
Reset/flush the initialisation stack | |
Method to run the given string in the renderer python interpreter | |
Sets the render window dimensions | |
Sets the render window height | |
Sets the render window width | |
| 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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self)
Initialisation of Renderer() class
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:24 2006 | http://epydoc.sf.net |