調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ドロワー
Drawer
は、レンダラ情報に基づいて SVG のパスを作成し、パス オブジェクトに渡します。
異なる測定値(定数プロバイダで定義)の異なるパス表現がすべて接続されます。ドロワーは、Blockly に用意されている SVG パス ユーティリティを使用してこれを行います。
また、ドロワーはブロック内の接続のオフセットも更新します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-07-24 UTC。
[null,null,["最終更新日 2023-07-24 UTC。"],[[["The `Drawer` uses renderer information to construct SVG paths for block visualization, passing them to the path object for rendering."],["It integrates path representations of block elements, defined by the constant provider, and connects them using SVG path utilities."],["The `Drawer` is also responsible for adjusting the positions of connection points within the block during rendering."]]],["The `Drawer` constructs SVG paths using renderer info and sends them to the path object. It integrates various path representations of measurables, defined within the constant provider. Blockly's SVG path utilities are used for path construction. Additionally, the `Drawer` adjusts the offsets of connections located within the block. This process is central to how blocks are visually assembled and connected.\n"]]