コード例 #1
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       AIMJNI.delete_AndroidBmpRead_t(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
コード例 #2
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       AIMJNI.delete_JpgToBmpModuleExt(swigCPtr);
     }
     swigCPtr = 0;
   }
   super.delete();
 }
コード例 #3
0
 public boolean Stop() {
   return AIMJNI.JpgToBmpModuleExt_Stop(swigCPtr, this);
 }
コード例 #4
0
 public void Tick() {
   AIMJNI.JpgToBmpModuleExt_Tick(swigCPtr, this);
 }
コード例 #5
0
 public JpgToBmpModuleExt() {
   this(AIMJNI.new_JpgToBmpModuleExt(), true);
 }
コード例 #6
0
 protected JpgToBmpModuleExt(long cPtr, boolean cMemoryOwn) {
   super(AIMJNI.JpgToBmpModuleExt_SWIGUpcast(cPtr), cMemoryOwn);
   swigCPtr = cPtr;
 }
コード例 #7
0
 public AndroidBmpRead_t() {
   this(AIMJNI.new_AndroidBmpRead_t(), true);
 }
コード例 #8
0
 public vector_int getVal() {
   long cPtr = AIMJNI.AndroidBmpRead_t_val_get(swigCPtr, this);
   return (cPtr == 0) ? null : new vector_int(cPtr, false);
 }
コード例 #9
0
 public void setVal(vector_int value) {
   AIMJNI.AndroidBmpRead_t_val_set(swigCPtr, this, vector_int.getCPtr(value), value);
 }
コード例 #10
0
 public boolean getSuccess() {
   return AIMJNI.AndroidBmpRead_t_success_get(swigCPtr, this);
 }
コード例 #11
0
 public void setSuccess(boolean value) {
   AIMJNI.AndroidBmpRead_t_success_set(swigCPtr, this, value);
 }