crystalspace.jbind.interfaces.iengine.halo
Interface iFlareHalo

All Superinterfaces:
iBase, iPointer
All Known Implementing Classes:
csFlareHalo

public interface iFlareHalo
extends iBase

Author:
Quentin Anciaux

Method Summary
 void addComponent(float pos, float w, float h, int mode, iMaterialWrapper image)
          Add a visual component to the flare.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

addComponent

public void addComponent(float pos,
                         float w,
                         float h,
                         int mode,
                         iMaterialWrapper image)
Add a visual component to the flare.

Parameters:
pos -
w -
h -
mode -
image -