Stay organized with collections
Save and categorize content based on your preferences.
blockly > geras > RenderInfo > finalize_
geras.RenderInfo.finalize_() method
Signature:
finalize_(): 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."],[[["\u003cp\u003eThe \u003ccode\u003efinalize_()\u003c/code\u003e method is part of the \u003ccode\u003eRenderInfo\u003c/code\u003e class within the \u003ccode\u003egeras\u003c/code\u003e namespace in Blockly.\u003c/p\u003e\n"],["\u003cp\u003eThis method is responsible for performing final operations related to rendering information, typically after the layout and measurements of blocks have been calculated.\u003c/p\u003e\n"],["\u003cp\u003eIt has a \u003ccode\u003evoid\u003c/code\u003e return type, indicating it does not directly produce any output value.\u003c/p\u003e\n"],["\u003cp\u003eThe method's purpose is likely to apply or process the gathered rendering information to ensure block elements are rendered correctly.\u003c/p\u003e\n"]]],["The `finalize_()` method, part of the `geras.RenderInfo` class, is a function that takes no arguments and returns nothing (`void`). Its core action is to finalize some unspecified process within the `geras` and `RenderInfo` context. The method's signature is `finalize_(): void;`, indicating the method name and its return type.\n"],null,["[blockly](./blockly.md) \\\u003e [geras](./blockly.geras_namespace.md) \\\u003e [RenderInfo](./blockly.geras_namespace.renderinfo_class.md) \\\u003e [finalize_](./blockly.geras_namespace.renderinfo_class.finalize__1_method.md)\n\ngeras.RenderInfo.finalize_() method\n-----------------------------------\n\n**Signature:** \n\n finalize_(): void;\n\n**Returns:**\n\nvoid"]]