コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >blockRendering >レンダラ >makeDrawer_
blockRendering.Renderer.makeDrawer_() メソッド
レンダラのドロワーの新しいインスタンスを作成します。
署名:
protected makeDrawer_(block: BlockSvg, info: RenderInfo): Drawer;
パラメータ
パラメータ |
型 |
説明 |
ブロック |
BlockSvg |
レンダリングするブロック。 |
情報 |
RenderInfo |
このブロックをレンダリングするために必要なすべての情報を含むオブジェクト。 |
戻り値:
引き出し
ドロワー。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The `makeDrawer_()` method within the `blockRendering.Renderer` class creates a new drawer instance. It accepts two parameters: a `BlockSvg` object, representing the block to be rendered, and a `RenderInfo` object, containing necessary rendering information. The method's core function is to generate and return a `Drawer` instance, which is subsequently used for rendering the provided block.\n"],null,[]]