crystalspace.jbind.interfaces.iengine.halo
Interface iCrossHalo

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

public interface iCrossHalo
extends iBase

Author:
Quentin Anciaux

Method Summary
 float getCrossFactor()
          Get cross factor.
 float getIntensityFactor()
          Get intensity factor.
 void setCrossFactor(float i)
          Set cross factor.
 void setIntensityFactor(float i)
          Set intensity factor.
 
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

setIntensityFactor

public void setIntensityFactor(float i)
Set intensity factor.

Parameters:
i -

getIntensityFactor

public float getIntensityFactor()
Get intensity factor.

Returns:

setCrossFactor

public void setCrossFactor(float i)
Set cross factor.

Parameters:
i -

getCrossFactor

public float getCrossFactor()
Get cross factor.

Returns: