blockly > blockRendering > Drawer > drawJaggedEdge_
blockRendering.Drawer.drawJaggedEdge_() method
Add steps for the jagged edge of a row on a collapsed block.
Signature:
protected drawJaggedEdge_(row: Row): void;
Parameters
Parameter |
Type |
Description |
row |
Row |
The row to draw the side of. |
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `drawJaggedEdge_` method is used to visually represent the jagged edge of a collapsed block row."],["It's a protected method within the `blockRendering.Drawer` class, accepting a `Row` object as input to specify which row's edge to draw."],["The method focuses solely on adding the visual steps for the jagged edge and doesn't return any value."]]],[]]