קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > רינדור > makeDrawer_
שיטת blockRendering.Renderer.makeDrawer_()
יצירת מופע חדש של חלונית ההזזה של כלי הרינדור.
Signature:
protected makeDrawer_(block: BlockSvg, info: RenderInfo): Drawer;
פרמטרים
פרמטר |
סוג |
תיאור |
חסימה |
BlockSvg |
הבלוק לעיבוד. |
מידע |
RenderInfo |
אובייקט שמכיל את כל המידע שדרוש לעיבוד הבלוק הזה. |
החזרות:
מגירה
חלונית ההזזה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `makeDrawer_()` method within the `blockRendering.Renderer` class creates a new drawer instance. It accepts two parameters: a `BlockSvg` object, representing the block to be rendered, and a `RenderInfo` object, containing necessary rendering information. The method's core function is to generate and return a `Drawer` instance, which is subsequently used for rendering the provided block.\n"],null,[]]