blockly > geras > Drawer > draw
geras.Drawer.draw() method
Signature:
draw(): void;
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 `geras.Drawer.draw()` method is responsible for rendering the visual representation of a block within the Blockly workspace using the Geras theme."],["It takes no parameters and does not return any value, indicating that it operates directly on the internal state of the Drawer object to perform the drawing operation."],["This method is essential for displaying blocks with the Geras theme's style and layout, ensuring a consistent and visually appealing user interface within the Blockly editor."]]],[]]