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

Class RenderTarget

source code

_object --+
          |
         RenderTarget

Proxy of C++ FIFE::RenderTarget class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self)
repr(x)
source code
 
addLine(self, *args)
addLine(RenderTarget self, std::string const & group, Point n1, Point n2, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) addLine(RenderTarget self, std::string const & group, Point n1, Point n2, uint8_t r, uint8_t g, uint8_t b)
source code
 
addPoint(self, *args)
addPoint(RenderTarget self, std::string const & group, Point n, uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) addPoint(RenderTarget self, std::string const & group, Point n, uint8_t r, uint8_t g, uint8_t b)
source code
 
addTriangle(self, *args)
addTriangle(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, uint8_t r, uint8_t g, uint8_t b, ...
source code
 
addQuad(self, *args)
addQuad(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, Point n4, uint8_t r, uint8_t g, ...
source code
 
addVertex(self, *args)
addVertex(RenderTarget self, std::string const & group, Point n, int32_t size, uint8_t r, uint8_t g, uint8_t b, ...
source code
 
addText(self, *args)
addText(RenderTarget self, std::string const & group, Point n, IFont font, std::string const & text)
source code
 
addImage(self, *args)
addImage(RenderTarget self, std::string const & group, Point n, SharedImagePointer image)
source code
 
addAnimation(self, *args)
addAnimation(RenderTarget self, std::string const & group, Point n, SharedAnimationPointer animation)
source code
 
resizeImage(self, *args)
resizeImage(RenderTarget self, std::string const & group, Point n, SharedImagePointer image, int32_t width, int32_t height)
source code
 
removeAll(self, *args)
removeAll(RenderTarget self, std::string const & group) removeAll(RenderTarget self)
source code
 
render(self)
render(RenderTarget self)
source code
 
getTarget(self)
getTarget(RenderTarget self) -> SharedImagePointer
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_RenderTarget
  __del__ = lambda self:
Method Details [hide private]

addTriangle(self, *args)

source code 

addTriangle(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, uint8_t r, uint8_t g, uint8_t b, 
    uint8_t a=255)
addTriangle(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, uint8_t r, uint8_t g, uint8_t b)

addQuad(self, *args)

source code 

addQuad(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, Point n4, uint8_t r, uint8_t g, 
    uint8_t b, uint8_t a=255)
addQuad(RenderTarget self, std::string const & group, Point n1, Point n2, Point n3, Point n4, uint8_t r, uint8_t g, 
    uint8_t b)

addVertex(self, *args)

source code 

addVertex(RenderTarget self, std::string const & group, Point n, int32_t size, uint8_t r, uint8_t g, uint8_t b, 
    uint8_t a=255)
addVertex(RenderTarget self, std::string const & group, Point n, int32_t size, uint8_t r, uint8_t g, uint8_t b)