SimpleOpenNI
Class MirrorCapability

java.lang.Object
  extended by SimpleOpenNI.Capability
      extended by SimpleOpenNI.MirrorCapability

public class MirrorCapability
extends Capability


Constructor Summary
MirrorCapability(long cPtr, boolean cMemoryOwn)
           
MirrorCapability(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
static long getCPtr(MirrorCapability obj)
           
 boolean IsMirrored()
           
 long SetMirror(boolean bMirror)
           
 
Methods inherited from class SimpleOpenNI.Capability
getCPtr, SetUnderlyingHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorCapability

public MirrorCapability(long cPtr,
                        boolean cMemoryOwn)

MirrorCapability

public MirrorCapability(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class Capability

getCPtr

public static long getCPtr(MirrorCapability obj)

IsMirrored

public boolean IsMirrored()

SetMirror

public long SetMirror(boolean bMirror)