crystalspace.jbind.impl.engine.halo
Class csCrossHalo
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.halo.csCrossHalo
- All Implemented Interfaces:
- iBase, iCrossHalo, iPointer
- public class csCrossHalo
- extends csBase
- implements iCrossHalo
- Author:
- Quentin Anciaux
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csCrossHalo
public csCrossHalo(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)
setIntensityFactor
public void setIntensityFactor(float i)
- Description copied from interface:
iCrossHalo
- Set intensity factor.
- Specified by:
setIntensityFactor
in interface iCrossHalo
- Parameters:
i
- - See Also:
iCrossHalo.setIntensityFactor(float)
getIntensityFactor
public float getIntensityFactor()
- Description copied from interface:
iCrossHalo
- Get intensity factor.
- Specified by:
getIntensityFactor
in interface iCrossHalo
- Returns:
- See Also:
iCrossHalo.getIntensityFactor()
setCrossFactor
public void setCrossFactor(float i)
- Description copied from interface:
iCrossHalo
- Set cross factor.
- Specified by:
setCrossFactor
in interface iCrossHalo
- Parameters:
i
- - See Also:
iCrossHalo.setCrossFactor(float)
getCrossFactor
public float getCrossFactor()
- Description copied from interface:
iCrossHalo
- Get cross factor.
- Specified by:
getCrossFactor
in interface iCrossHalo
- Returns:
- See Also:
iCrossHalo.getCrossFactor()