調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >blockRendering >ドロワー >positionStatementInputConnection_
RTL と、親ブロックと子ブロックの間の小さなギャップ(親ブロックのダークパスが通過できる)を考慮に入れて、ステートメント入力に接続を配置します。
署名:
protected positionStatementInputConnection_(row: Row): void;
パラメータ
パラメータ |
型 |
説明 |
行 |
行 |
接続がオンになっている行。 |
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-15 UTC。"],[[["This method positions the connection point on a statement input, adjusting for right-to-left text and visual spacing between blocks."],["It specifically ensures the connection point is placed to allow the parent block's outline to be visible."],["This internal function takes a `Row` object as input, representing the row containing the connection being positioned."]]],["The `positionStatementInputConnection_()` method, part of the `blockRendering.Drawer` class, positions a connection on a statement input. This method considers Right-to-Left (RTL) layouts and a small gap between parent and child blocks, allowing the parent's dark path to be visible. It takes a `Row` object as a parameter, representing the row where the connection is located. The method does not return any value.\n"]]