com.visioglobe.libVisioDevKit
Class VgIGeometryEvent

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgIEvent
      extended by com.visioglobe.libVisioDevKit.VgIGeometryEvent

public class VgIGeometryEvent
extends VgIEvent

The VgIGeometryEvent interface is used to encapsulate interactions between a user and a Geometry.

Interface:
Vg3DModule::VgIGeometryEvent
Date:
25/02/2010

Field Summary
 
Fields inherited from class com.visioglobe.libVisioDevKit.VgIEvent
swigCMemOwn
 
Constructor Summary
VgIGeometryEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgIGeometryEvent obj)
           
 VgIGeometryConstRefPtr getGeometry()
          Gets the geometry object which registered the event.
 
Methods inherited from class com.visioglobe.libVisioDevKit.VgIEvent
getCPtr, getType
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VgIGeometryEvent

public VgIGeometryEvent(long cPtr,
                        boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(VgIGeometryEvent obj)

finalize

protected void finalize()
Overrides:
finalize in class VgIEvent

delete

public void delete()
Overrides:
delete in class VgIEvent

getGeometry

public VgIGeometryConstRefPtr getGeometry()
Gets the geometry object which registered the event.

Returns:
The geometry object associated with this event.

VisioDevKit 2.0, Visioglobe® 2013