public boolean gatherShapes(MgMotion sender, MgShapes shapes) { return (getClass() == MgCommand.class) ? touchvgJNI.MgCommand_gatherShapes( swigCPtr, this, MgMotion.getCPtr(sender), sender, MgShapes.getCPtr(shapes), shapes) : touchvgJNI.MgCommand_gatherShapesSwigExplicitMgCommand( swigCPtr, this, MgMotion.getCPtr(sender), sender, MgShapes.getCPtr(shapes), shapes); }