تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > blockRendering > الدرج > drawLeft_
setRendering.Drawer.DrawLeft_() طريقة
أضِف خطوات إلى الجانب الأيسر من القطعة، والتي قد تتضمّن اتصال إخراج.
Signature:
protected drawLeft_(): void;
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `blockRendering.Drawer.drawLeft_()` method is responsible for rendering the left side of a block within the Blockly framework."],["This rendering process may include an output connection if the block is designed to have one."],["The method is classified as protected, indicating its intended use within the library's internal structure."],["Upon completion of its operations, the `drawLeft_()` method returns void, signifying that it doesn't directly produce a value."]]],["The `drawLeft_()` method, part of the `blockRendering.Drawer` class, is responsible for constructing the left side of a block within a visual programming environment. This includes adding any necessary steps to represent elements that might reside on the left. Specifically, it handles the potential presence of an output connection on the left side of the block. It does not return any value.\n"]]