|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.halo.csNovaHalo
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csNovaHalo(iPointer nPointer)
|
Method Summary | |
java.lang.String |
getName()
Return the name of the interface |
int |
getRandomSeed()
Get random seed. |
float |
getRoundnessFactor()
Get the roundness factor. |
int |
getSpokeCount()
Get the number of halo spokes. |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
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 class crystalspace.jbind.impl.csutil.scf.csBase |
decRef, equals, finalize, getRefCount, incRef, nDelete, queryInterface, queryInterfaceSafe |
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getRefCount, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Constructor Detail |
public csNovaHalo(iPointer nPointer)
nPointer
- Method Detail |
public int getVersion()
iBase
getVersion
in interface iBase
getVersion
in class csBase
iBase.getVersion()
public java.lang.String getName()
iBase
getName
in interface iBase
getName
in class csBase
iBase.getName()
protected boolean isNativePointerValidSafe(long pointer)
isNativePointerValidSafe
in class csNativeObject
csNativeObject.isNativePointerValidSafe(long)
public void setRandomSeed(int s)
iNovaHalo
setRandomSeed
in interface iNovaHalo
s
- iNovaHalo.setRandomSeed(int)
public int getRandomSeed()
iNovaHalo
getRandomSeed
in interface iNovaHalo
iNovaHalo.getRandomSeed()
public void setSpokeCount(int s)
iNovaHalo
setSpokeCount
in interface iNovaHalo
s
- iNovaHalo.setSpokeCount(int)
public int getSpokeCount()
iNovaHalo
getSpokeCount
in interface iNovaHalo
iNovaHalo.getSpokeCount()
public void setRoundnessFactor(float r)
iNovaHalo
setRoundnessFactor
in interface iNovaHalo
r
- iNovaHalo.setRoundnessFactor(float)
public float getRoundnessFactor()
iNovaHalo
getRoundnessFactor
in interface iNovaHalo
iNovaHalo.getRoundnessFactor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |