com.visioglobe.libVisioDevKit
Class VgIGeometryEvent
java.lang.Object
com.visioglobe.libVisioDevKit.VgIEvent
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
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VgIGeometryEvent
public VgIGeometryEvent(long cPtr,
boolean cMemoryOwn)
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.