Home | Trees | Indices | Help |
|
---|
|
object --+ | ClassWithParameters --+ | Core.Stimulus --+ | GlutTextBase
DEPRECATED. Base class: don't instantiate this class directly. Base class that defines the common interface between the other glut-based text stimuli. Parameters ========== color -- (AnyOf(Sequence3 of Real or Sequence4 of Real)) Default: (1.0, 1.0, 1.0) lowerleft -- (Sequence2 of Real) Default: (320, 240) on -- (Boolean) Default: True text -- (String) Default: the string to display
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
parameters_and_defaults = {'on':(True, ve_types.Boolean), 'col
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
Instantiate and get ready to draw. Set parameter values and create anything needed to draw the stimulus including OpenGL state variables such display lists and texture objects.
|
Class Variable Details |
parameters_and_defaults
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sat Jun 7 09:06:47 2008 | http://epydoc.sourceforge.net |