crystalspace.jbind.interfaces.iengine.halo
Interface iNovaHalo

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

public interface iNovaHalo
extends iBase

Author:
Quentin Anciaux

Method Summary
 int getRandomSeed()
          Get random seed.
 float getRoundnessFactor()
          Get the roundness factor.
 int getSpokeCount()
          Get the number of halo spokes.
 void setRandomSeed(int s)
          Set random seed for generating the halo.
 void setRoundnessFactor(float r)
          Set the roundness factor.
 void setSpokeCount(int s)
          Set the number of halo spokes.
 
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

setRandomSeed

public void setRandomSeed(int s)
Set random seed for generating the halo.

Parameters:
s -

getRandomSeed

public int getRandomSeed()
Get random seed.

Returns:

setSpokeCount

public void setSpokeCount(int s)
Set the number of halo spokes.

Parameters:
s -

getSpokeCount

public int getSpokeCount()
Get the number of halo spokes.

Returns:

setRoundnessFactor

public void setRoundnessFactor(float r)
Set the roundness factor.

Parameters:
r -

getRoundnessFactor

public float getRoundnessFactor()
Get the roundness factor.

Returns: