Package fife :: Module fife :: Class ObjectVisual
[hide private]
[frames] | no frames]

Class ObjectVisual

source code

_object --+    
          |    
Visual2DGfx --+
              |
             ObjectVisual

Proxy of C++ FIFE::ObjectVisual class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self)
repr(x)
source code
 
create(*args)
create(Object object) -> ObjectVisual
source code
 
addStaticImage(self, *args)
addStaticImage(ObjectVisual self, uint32_t angle, int32_t image_index)
source code
 
getStaticImageIndexByAngle(self, *args)
getStaticImageIndexByAngle(ObjectVisual self, int32_t angle) -> int32_t
source code
 
addStaticColorOverlay(self, *args)
addStaticColorOverlay(ObjectVisual self, uint32_t angle, OverlayColors colors)
source code
 
getStaticColorOverlay(self, *args)
getStaticColorOverlay(ObjectVisual self, int32_t angle) -> OverlayColors
source code
 
removeStaticColorOverlay(self, *args)
removeStaticColorOverlay(ObjectVisual self, int32_t angle)
source code
 
getClosestMatchingAngle(self, *args)
getClosestMatchingAngle(ObjectVisual self, int32_t angle) -> int32_t
source code
 
getStaticImageAngles(self)
getStaticImageAngles(ObjectVisual self)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_ObjectVisual
  __del__ = lambda self:
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: Visual2DGfx.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr