Package pygsear :: Module Drawable
[show private | hide private]
[frames | no frames]

Module pygsear.Drawable

Things to show on the Pygame display.
Classes
AnimatedImage Animated sprite using multiple images
Circle Circle.
Drawable Things to draw on screen.
EuclidTurtle Turtle with altered co-ordinate system.
Image Static sprite from image in a file
Layer Screen that can be used as a sprite
Multi Made up of a group of sprites.
MultiImage Multiple images from multiple files.
MultiRotated Sprite with multiple auto-generated rotated images
Rectangle Rectangle, aligned with no rotation
RotatedImage Sprite with auto-generated rotated images
Shape Simple geometric shapes.
SpriteGroup Specialized pygame.sprite.Groupwith more functionality.
Square Square, aligned with no rotation.
Stationary Drawable things which never move.
StationaryStack A Stack of Stationary Drawables.
String A string of numbers, letters, or other characters.
Turtle Turtle-graphics-like object

Variable Summary
tuple BLACK
tuple LRED
float PI
float PIx2
tuple TRANSPARENT
tuple WHITE

Variable Details

BLACK

Type:
tuple
Value:
(0, 0, 0)                                                              

LRED

Type:
tuple
Value:
(255, 125, 125)                                                        

PI

Type:
float
Value:
3.1415926535897931                                                     

PIx2

Type:
float
Value:
6.2831853071795862                                                     

TRANSPARENT

Type:
tuple
Value:
(0, 51, 0, 0)                                                          

WHITE

Type:
tuple
Value:
(255, 255, 255)                                                        

Generated by Epydoc 1.1 on Sun Jan 25 19:10:09 2004 http://epydoc.sf.net