com.visioglobe.libVisioDevKit
Class VgIEngineContext

java.lang.Object
  extended by 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.


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgIEngineContext()
           
VgIEngineContext(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgIEngineContext obj)
           
 SWIGTYPE_p_void getMContext()
          The platform dependent context to draw on screen.
 void setMContext(SWIGTYPE_p_void value)
          The platform dependent context to draw on screen.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

VgIEngineContext

public VgIEngineContext(long cPtr,
                        boolean cMemoryOwn)

VgIEngineContext

public VgIEngineContext()
Method Detail

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.


VisioDevKit 2.0, Visioglobe® 2013