Stay organized with collections
Save and categorize content based on your preferences.
blockly > thrasos > RenderInfo > addElemSpacing_
thrasos.RenderInfo.addElemSpacing_() method
Signature:
addElemSpacing_(): 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `addElemSpacing_()` method belongs to the `thrasos.RenderInfo` class and is used within the Blockly library."],["This method is responsible for adjusting spacing related to elements within a rendered block and does not return any value."],["Its primary function is to calculate and apply spacing around elements, contributing to the overall layout and visual appearance of Blockly blocks."]]],["The `addElemSpacing_()` method, part of the `thrasos.RenderInfo` class, is designed to perform an action related to element spacing. It takes no arguments and has no return value (void). This indicates its core function is to modify the spacing of elements within a rendering context, likely altering the layout or appearance. It is a core method of the `RenderInfo` class, within the `thrasos` namespace, which lives under `blockly`\n"]]