TreeElementStyleFunction

TreeElementStyleFunction

Tree 和相关函数的一个选项,它指定用于生成子树元素样式的函数.

更多信息

  • TreeElementStyleFunction 允许指定函数来生成树的根节点的样式,以及与模式匹配的位置的任何子树的样式.
  • 可以使用以下选项设置:
  • Automatic使用样式的自动设置
    func通用的样式函数
    Allfunc对所有节点使用样式函数 func
    TreeCases[pattern]func对所有数据与 pattern 匹配的节点使用样式函数 func
    {pos1func1,pos2func2,}对相对位置 posi 处的节点使用 funci
    {patt1func1,patt2func2,}对位置与 patti 匹配的节点使用 funci
  • 子树元素样式规范按 TreeElementStyleTreeElementStyleFunctionTreeElementShapeFunction 的顺序有效应用,后面的规范会覆盖早期的规范.
  • TreeElementStyleFunctionfunc 指定根节点的样式应由 func[data] 提供,其中 data 是根中的数据.

范例

打开所有单元关闭所有单元

基本范例  (3)

生成单个节点的样式:

指定一组节点样式函数:

所有节点使用相同的样式函数:

范围  (1)

位置指定  (1)

使用位置模式指定位置:

使用数据模式指定位置:

属性和关系  (4)

子树元素的样式可以通过位置指定:

子树指定的样式优先于其父级指定的样式:

子树中的位置 {i,j,} 指的是它在相对位置 {i,j,} 处的子树:

位置 {1} 处的相对位置 {2} 指的是全局位置 {1,2}

通常,模式 patt 应用于全局位置 {i,j,} 处与 patt 匹配的子树:

模式列表 {patt1,patt2,} 适用于匹配 patti 的相对位置 {i,j,}

Wolfram Research (2022),TreeElementStyleFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TreeElementStyleFunction.html.

文本

Wolfram Research (2022),TreeElementStyleFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TreeElementStyleFunction.html.

CMS

Wolfram 语言. 2022. "TreeElementStyleFunction." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/TreeElementStyleFunction.html.

APA

Wolfram 语言. (2022). TreeElementStyleFunction. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TreeElementStyleFunction.html 年

BibTeX

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

BibLaTeX

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