Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
blockly > blockRendering > Panel lateral > drawBottom_
Método blockRendering.Drawer.drawBottom_()
Agrega pasos para el borde inferior de un bloque, posiblemente con una muesca para la próxima conexión.
Signature:
protected drawBottom_(): void;
Muestra:
void
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-29 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]