crystalspace.jbind.impl.engine.halo
Class csFlareHalo
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.halo.csFlareHalo
- All Implemented Interfaces:
- iBase, iFlareHalo, iPointer
- public class csFlareHalo
- extends csBase
- implements iFlareHalo
- Author:
- Quentin Anciaux
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csFlareHalo
public csFlareHalo(iPointer nPointer)
- Parameters:
nPointer
-
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion
in interface iBase
- Specified by:
getVersion
in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName
in interface iBase
- Specified by:
getName
in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
addComponent
public void addComponent(float pos,
float w,
float h,
int mode,
iMaterialWrapper image)
- Description copied from interface:
iFlareHalo
- Add a visual component to the flare.
- Specified by:
addComponent
in interface iFlareHalo
- Parameters:
pos
- w
- h
- mode
- image
- - See Also:
iFlareHalo.addComponent(float, float, float, int, crystalspace.jbind.interfaces.iengine.material.iMaterialWrapper)