blockly > geras > RenderInfo > finalize_
Methode „geras.RenderInfo.complete_()“
Unterschrift:
finalize_(): void;
Gibt zurück:
voidm
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-21 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-21 (UTC)."],[[["The `finalize_()` method is part of the `RenderInfo` class within the `geras` namespace in Blockly."],["This method is responsible for performing final operations related to rendering information, typically after the layout and measurements of blocks have been calculated."],["It has a `void` return type, indicating it does not directly produce any output value."],["The method's purpose is likely to apply or process the gathered rendering information to ensure block elements are rendered correctly."]]],["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"]]