示例#1
0
 public boolean initialize(MgMotion sender, MgStorage s) {
   return (getClass() == MgCommand.class)
       ? touchvgJNI.MgCommand_initialize(
           swigCPtr, this, MgMotion.getCPtr(sender), sender, MgStorage.getCPtr(s), s)
       : touchvgJNI.MgCommand_initializeSwigExplicitMgCommand(
           swigCPtr, this, MgMotion.getCPtr(sender), sender, MgStorage.getCPtr(s), s);
 }
示例#2
0
 public boolean load(MgShapeFactory factory, MgStorage s) {
   return touchvgJNI.MgGroup_load(
       swigCPtr, this, MgShapeFactory.getCPtr(factory), factory, MgStorage.getCPtr(s), s);
 }
示例#3
0
 public boolean save(MgStorage s) {
   return touchvgJNI.MgGroup_save(swigCPtr, this, MgStorage.getCPtr(s), s);
 }