Package pygext :: Package gl :: Package director :: Module entities :: Class StaticEntity
[frames | no frames]

Type StaticEntity

object --+        
         |        
      Node --+    
             |    
    EntityNode --+
                 |
                StaticEntity


Transformations can change, but visual outlook doesn't
Method Summary
  __init__(self, *arg, **kw)
  __del__(self)
  refresh(self)
    Inherited from EntityNode
  enter(self)
enter() -> None
  get_alpha(self)
  get_bounding_rect(self)
get_bounding_rect() -> Rect
  init(self)
  place(self, layername)
place(layername) -> this
  set(self, **kw)
set(**kw) -> this
  set_alpha(self, alpha)
    Inherited from Node
  __iter__(self)
  __len__(self)
  __nonzero__(self)
  abort_actions(self, typefilter)
abort_actions([typefilter]) -> None
  add_collnode(self, group, *arg, **kw)
  attach_to(self, node, back)
attach_to(node) -> None
  clear(self)
clear() -> None
  clear_collnodes(self)
  delete(self)
delete() -> None
  detach(self)
detach() -> None
  do(self, *actions, **kw)
do(*actions) -> this
  end_actions(self, typefilter)
end_actions([typefilter]) -> None
  exit(self)
exit() -> None
  get_actions(self, typefilter)
Get a list of currently active actions from this Node
  transform_polygon(self, poly)
  transform_rect(self, rect)
  traverse(self)
traverse() -> None

Property Summary
    Inherited from EntityNode
  alpha
  bottom
  center
  centerx
  centery
  height
  left
  right
  top
  width

Class Variable Summary
    Inherited from EntityNode
NoneType image = None                                                                  
NoneType layer = None                                                                  
    Inherited from Node
bool fast_draw = False

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net