Module Credits :: Class Picture
[hide private]
[frames] | no frames]

Class Picture

source code

Element --+
          |
         Picture

Instance Methods [hide private]
 
__init__(self, engine, fileName, height) source code
 
getHeight(self)
Returns: The height of this element in fractions of the screen height
source code
 
render(self, offset)
Render this element.
source code
Method Details [hide private]

getHeight(self)

source code 
Returns:
The height of this element in fractions of the screen height
Overrides: Element.getHeight
(inherited documentation)

render(self, offset)

source code 
Render this element.
Overrides: Element.render
(inherited documentation)