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

Class LightRenderer

source code

 _object --+    
           |    
RendererBase --+
               |
              LightRenderer

Proxy of C++ FIFE::LightRenderer class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::LightRenderer self, RenderBackend renderbackend, int32_t position) -> LightRenderer
source code
 
getName(self)
getName(LightRenderer self) -> std::string
source code
 
getInstance(*args)
getInstance(IRendererContainer cnt) -> LightRenderer
source code
 
addImage(self, *args)
addImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t src=-1, ...
source code
 
addAnimation(self, *args)
addAnimation(LightRenderer self, std::string const & group, RendererNode n, SharedAnimationPointer animation, int32_t src=-1, ...
source code
 
addSimpleLight(self, *args)
addSimpleLight(LightRenderer self, std::string const & group, RendererNode n, uint8_t intensity, float radius, int32_t subdivisions, ...
source code
 
resizeImage(self, *args)
resizeImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t width, ...
source code
 
addStencilTest(self, *args)
addStencilTest(LightRenderer self, std::string const & group, uint8_t stencil_ref=0) addStencilTest(LightRenderer self, std::string const & group)
source code
 
removeStencilTest(self, *args)
removeStencilTest(LightRenderer self, std::string const & group)
source code
 
getGroups(self)
getGroups(LightRenderer self) -> StringList
source code
 
getLightInfo(self, *args)
getLightInfo(LightRenderer self, std::string const & group) -> LightRendererElementInfoVector
source code
 
removeAll(self, *args)
removeAll(LightRenderer self, std::string const & group) removeAll(LightRenderer self)
source code

Inherited from RendererBase: activateAllLayers, addActiveLayer, clearActiveLayers, getActiveLayers, getPipelinePosition, isEnabled, removeActiveLayer, setEnabled, setPipelinePosition

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_LightRenderer
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr

__init__(self, *args)
(Constructor)

source code 

__init__(FIFE::LightRenderer self, RenderBackend renderbackend, int32_t position) -> LightRenderer

Overrides: RendererBase.__init__

getName(self)

source code 

getName(LightRenderer self) -> std::string

Overrides: RendererBase.getName

addImage(self, *args)

source code 

addImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t src=-1, 
    int32_t dst=-1)
addImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t src=-1)
addImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image)

addAnimation(self, *args)

source code 

addAnimation(LightRenderer self, std::string const & group, RendererNode n, SharedAnimationPointer animation, int32_t src=-1, 
    int32_t dst=-1)
addAnimation(LightRenderer self, std::string const & group, RendererNode n, SharedAnimationPointer animation, int32_t src=-1)
addAnimation(LightRenderer self, std::string const & group, RendererNode n, SharedAnimationPointer animation)

addSimpleLight(self, *args)

source code 

addSimpleLight(LightRenderer self, std::string const & group, RendererNode n, uint8_t intensity, float radius, int32_t subdivisions, 
    float xstretch, float ystretch, uint8_t r, uint8_t g, uint8_t b, 
    int32_t src=-1, int32_t dst=-1)
addSimpleLight(LightRenderer self, std::string const & group, RendererNode n, uint8_t intensity, float radius, int32_t subdivisions, 
    float xstretch, float ystretch, uint8_t r, uint8_t g, uint8_t b, 
    int32_t src=-1)
addSimpleLight(LightRenderer self, std::string const & group, RendererNode n, uint8_t intensity, float radius, int32_t subdivisions, 
    float xstretch, float ystretch, uint8_t r, uint8_t g, uint8_t b)

resizeImage(self, *args)

source code 

resizeImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t width, 
    int32_t height, int32_t src=-1, int32_t dst=-1)
resizeImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t width, 
    int32_t height, int32_t src=-1)
resizeImage(LightRenderer self, std::string const & group, RendererNode n, SharedImagePointer image, int32_t width, 
    int32_t height)