crystalspace.jbind.impl.mesh.thing
Class csPolygonRange

java.lang.Object
  extended bycrystalspace.jbind.impl.mesh.thing.csPolygonRange
All Implemented Interfaces:
iPointer

public class csPolygonRange
extends java.lang.Object
implements iPointer

Author:
qan To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
csPolygonRange(int start, int end)
           
csPolygonRange(iPointer nPointer)
           
 
Method Summary
 void changePointer(long nPointer)
          Change the value of the pointer.
static csPolygonRange CS_POLYRANGE_LAST()
           
 void finalize()
           
 long getPointer()
          Return the value of the pointer as a long
 boolean isMemoryOwner()
          Tells if java or the native side is responsible of the memory management of the native object pointed by this pointer.
 void setMemoryOwner(boolean owner)
          Set the responsible of the memory management of the native objetc pointed by this pointer.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

csPolygonRange

public csPolygonRange(iPointer nPointer)

csPolygonRange

public csPolygonRange(int start,
                      int end)
Method Detail

setMemoryOwner

public void setMemoryOwner(boolean owner)
Description copied from interface: iPointer
Set the responsible of the memory management of the native objetc pointed by this pointer. True - Java will delete the native object on GC False - The native side handle the release.

Specified by:
setMemoryOwner in interface iPointer
Parameters:
owner -

isMemoryOwner

public boolean isMemoryOwner()
Description copied from interface: iPointer
Tells if java or the native side is responsible of the memory management of the native object pointed by this pointer.

Specified by:
isMemoryOwner in interface iPointer
Returns:

finalize

public void finalize()
              throws java.lang.Throwable
Throws:
java.lang.Throwable

CS_POLYRANGE_LAST

public static csPolygonRange CS_POLYRANGE_LAST()

getPointer

public long getPointer()
Description copied from interface: iPointer
Return the value of the pointer as a long

Specified by:
getPointer in interface iPointer
Returns:

changePointer

public void changePointer(long nPointer)
Description copied from interface: iPointer
Change the value of the pointer.

Specified by:
changePointer in interface iPointer
Parameters:
nPointer -