סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > blockRendering > חלונית הזזה > drawBottom_
שיטת blockRendering.Drawer.drawBottom_()
מוסיפים שלבים לקצה התחתון של בלוק, אולי כולל חריץ לחיבור הבא.
Signature:
protected drawBottom_(): void;
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-29 (שעון UTC)."],[[["The `drawBottom_` method is responsible for rendering the bottom edge of a block within the Blockly framework."],["This method may include the visual representation of a notch if the block has a next connection, allowing it to connect to other blocks."],["It's a protected method, indicating it's primarily used internally within the `Drawer` class for block rendering purposes."],["The method doesn't return any value, as its purpose is to solely perform the drawing operation."]]],["The `drawBottom_()` method, part of the `blockRendering.Drawer` class, is responsible for constructing the bottom edge of a block's visual representation. This process can involve adding a notch to accommodate a subsequent connection. It is a protected method that does not return any value. The function essentially defines the graphical steps necessary to create the block's bottom boundary.\n"]]