com.visioglobe.libVisioDevKit
Class VgIEngineContext
java.lang.Object
com.visioglobe.libVisioDevKit.VgIEngineContext
public class VgIEngineContext
- extends java.lang.Object
This class is used to encapsulate an engine context.
This context's implementation depends on the platform the application is running on.
For example when using Qt platform mContext can be casted in QPainter to have a chance
post-drawing on the screen.
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
VgIEngineContext
public VgIEngineContext(long cPtr,
boolean cMemoryOwn)
VgIEngineContext
public VgIEngineContext()
getCPtr
public static long getCPtr(VgIEngineContext obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setMContext
public void setMContext(SWIGTYPE_p_void value)
- The platform dependent context to draw on screen.
getMContext
public SWIGTYPE_p_void getMContext()
- The platform dependent context to draw on screen.