blockly > blockRendering > MarkerSvg > showWithNext_
método blockRendering.MarkerSvg.showWithNext_()
Posicione e exiba o marcador para uma próxima conexão. Essa é uma linha horizontal.
Signature:
protected showWithNext_(curNode: ASTNode): void;
Parâmetros
Parâmetro |
Tipo |
Descrição |
curNode |
ASTNode |
O nó para o qual o marcador será desenhado. |
Retorna:
void
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-08-22 UTC.
[null,null,["Última atualização 2024-08-22 UTC."],[[["The `blockRendering.MarkerSvg.showWithNext_()` method positions and displays a horizontal line marker for a next connection in Blockly."],["This protected method takes an ASTNode as input, representing the node for which the marker is drawn."],["The method is specifically designed for rendering next connection markers within Blockly's block rendering system and does not return any value."]]],["The `showWithNext_()` method within the `MarkerSvg` class positions and displays a horizontal line marker for a next connection. It accepts a single parameter, `curNode`, of type `ASTNode`, which represents the node for which the marker should be drawn. The method's function is to visually indicate the next connection point and does not return any value.\n"]]