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

Class GenericRendererNode

source code

_object --+
          |
         GenericRendererNode

Proxy of C++ FIFE::GenericRendererNode class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(self, Instance attached_instance, Location relative_location, ...
source code
 
setAttached(self, *args)
setAttached(self, Instance attached_instance, Location relative_location, ...
source code
 
setRelative(self, *args)
setRelative(self, Location relative_location) setRelative(self, Location relative_location, Point relative_point) setRelative(self, Point relative_point)
source code
Instance
getAttachedInstance(self) source code
Location
getAttachedLocation(self) source code
Layer
getAttachedLayer(self) source code
Point
getAttachedPoint(self) source code
Location
getOffsetLocation(self) source code
Point
getOffsetPoint(self) source code
Instance
getInstance(self) source code
Location
getLocation(self) source code
Layer
getLayer(self) source code
Point
getPoint(self) source code
 
getCalculatedPoint(self, *args)
getCalculatedPoint(self, Camera cam, Layer layer) -> Point
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_GenericRendererNode
  __del__ = lambda self:
Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 

__init__(self, Instance attached_instance, Location relative_location, 
    Layer relative_layer, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Instance attached_instance, Location relative_location, 
    Layer relative_layer) -> GenericRendererNode
__init__(self, Instance attached_instance, Location relative_location, 
    Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Instance attached_instance, Location relative_location) -> GenericRendererNode
__init__(self, Instance attached_instance, Layer relative_layer, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Instance attached_instance, Layer relative_layer) -> GenericRendererNode
__init__(self, Instance attached_instance, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Instance attached_instance) -> GenericRendererNode
__init__(self, Location attached_location, Layer relative_layer, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Location attached_location, Layer relative_layer) -> GenericRendererNode
__init__(self, Location attached_location, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Location attached_location) -> GenericRendererNode
__init__(self, Layer attached_layer, Point relative_point = FIFE::Point(0,0)) -> GenericRendererNode
__init__(self, Layer attached_layer) -> GenericRendererNode
__init__(self, Point attached_point) -> GenericRendererNode

setAttached(self, *args)

source code 

setAttached(self, Instance attached_instance, Location relative_location, 
    Point relative_point)
setAttached(self, Instance attached_instance, Location relative_location)
setAttached(self, Instance attached_instance, Point relative_point)
setAttached(self, Instance attached_instance)
setAttached(self, Location attached_location, Point relative_point)
setAttached(self, Location attached_location)
setAttached(self, Layer attached_layer)
setAttached(self, Point attached_point)