mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
24 lines
651 B
Plaintext
24 lines
651 B
Plaintext
digraph G {
|
|
|
|
rankdir = BT
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
|
|
node [
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
shape = "record"
|
|
width = 0.4
|
|
]
|
|
|
|
|
|
subgraph clusterFontManager{
|
|
children_layouter_factory -> children_layouter[constraint=false arrowhead=normal]
|
|
}
|
|
|
|
children_layouter_default -> children_layouter[style=dashed arrowhead=empty]
|
|
children_layouter_list_view -> children_layouter[style=dashed arrowhead=empty]
|
|
children_layouter_flex -> children_layouter[style=dashed arrowhead=empty]
|
|
children_layouter_xxx -> children_layouter[style=dashed arrowhead=empty]
|
|
}
|