TreeElementLabelStyle

TreeElementLabelStyle

Treeおよび関連関数のオプションで,部分木の要素のラベルに使うスタイルを指定する.

詳細

  • TreeElementLabelStyleを使うと木の根ノードのラベルのスタイルがパターンにマッチする任意の位置にある部分木のそれと同じように指定できる.
  • TreeElementLabelStyleの設定としてStyleで使われる任意のスタイル指定が使用できる.
  • 次は,使用可能なオプション設定である.
  • Automaticスタイルに自動設定を使う
    styleノードラベルに style を使う
    Allstyleすべてのノードラベルに style を使う
    TreeCases[pattern]stylepattern にマッチするデータのノードのラベルに style fを使う
    {pos1style1,pos2style2,}相対位置 posiにある部分木の要素のラベルに styleiを使う
    {patt1style1,patt2style2,}パターン pattiにマッチする位置にある部分木の要素に styleiを使う
  • 明示的なラベルのスタイルがない部分木の要素には自動スタイルが使われる.
  • Redのような色指示子やBoldSmallのようなテキスト指定を使うことができる.
  • 複数のスタイル指示子が指定したいときはDirective[style1,style2,]を使うとよい.
  • オプション設定のTreeElementLabelStylestyle は,事実上,フォーマットのラベル用の要素あるいは関連構造をStyle[label,style]で置換することに等しい.
  • 部分木のラベル指定は,事実上,TreeElementLabelTreeElementLabelFunctionTreeElementLabelStyleの順に適用され,後の指定が前の指定をオーバーライドする.

例題

すべて開くすべて閉じる

  (3)

個々のノードラベルにスタイル付けする:

ノードラベルのスタイルのリストを指定する:

すべてのノードラベルに同じスタイルを使う:

スコープ  (1)

位置指定  (1)

位置パターンを使って位置を指定する:

データのパターンを使って位置を指定する:

特性と関係  (5)

部分木の要素ラベルのスタイルは位置で指定できる:

部分木によって指定されたスタイルはその祖先によって指定されたスタイルよりも優先される:

部分木の中の位置{i,j,}は相対位置{i,j,}にあるその部分木を参照する:

位置{1}における相対位置{2}は帯域的な位置{1,2}を参照する:

一般に,パターン pattpatt にマッチする大域的位置{i,j,}にある部分木に適用される:

Wolfram Research (2022), TreeElementLabelStyle, Wolfram言語関数, https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html.

テキスト

Wolfram Research (2022), TreeElementLabelStyle, Wolfram言語関数, https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html.

CMS

Wolfram Language. 2022. "TreeElementLabelStyle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html.

APA

Wolfram Language. (2022). TreeElementLabelStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html

BibTeX

@misc{reference.wolfram_2024_treeelementlabelstyle, author="Wolfram Research", title="{TreeElementLabelStyle}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html}", note=[Accessed: 25-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_treeelementlabelstyle, organization={Wolfram Research}, title={TreeElementLabelStyle}, year={2022}, url={https://reference.wolfram.com/language/ref/TreeElementLabelStyle.html}, note=[Accessed: 25-November-2024 ]}