-
Notifications
You must be signed in to change notification settings - Fork 222
/
blockdiag.diag
68 lines (63 loc) · 1.57 KB
/
blockdiag.diag
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// http://blockdiag.com/en/
// https://github.com/blockdiag
//! keywords ===========================================================
// http://blockdiag.com/en/blockdiag/index.html
blockdiag group
// http://blockdiag.com/en/seqdiag/index.html
seqdiag
// http://blockdiag.com/en/actdiag/index.html
actdiag lane
// http://blockdiag.com/en/nwdiag/index.html
nwdiag network
rackdiag rack packetdiag
//! attributes ===========================================================
// http://blockdiag.com/en/blockdiag/attributes/diagram.attributes.html
[
node_width =
node_height =
span_width =
span_height =
default_fontsize =
default_shape =
orientation = landscape, portrait
default_node_color =
default_group_color =
default_linecolor =
default_textcolor =
edge_layout = normal, flowchart
]
// http://blockdiag.com/en/blockdiag/attributes/node.attributes.html
[
label =
style = dotted, dashed
color =
numbered =
shape =
background =
stacked =
description =
icon =
textcolor =
width =
height =
fontsize =
rotate =
]
// http://blockdiag.com/en/blockdiag/attributes/edge.attributes.html
[
label =
style = dotted, dashed, none
hstyle = generalization, composition, aggregation
color =
dir = none, forward, back, both
folded =
textcolor =
thick
fontsize =
]
//! Node Shapes ===========================================================
// http://blockdiag.com/en/blockdiag/examples.html#shape-of-nodes
box square roundedbox dots circle ellipse diamond minidiamond
note mail cloud actor beginpoint endpoint
flowchart.condition flowchart.database flowchart.terminator flowchart.input
flowchart.loopin flowchart.loopout