-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleinfo.js
90 lines (81 loc) · 3.35 KB
/
styleinfo.js
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*******************************************************************************
AToMPM - A Tool for Multi-Paradigm Modelling
Copyright (c) 2011 Raphael Mannadiar (raphael.mannadiar@mail.mcgill.ca)
This file is part of AToMPM.
AToMPM is free software: you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
AToMPM is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with AToMPM. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
var styleinfo = {
'diamond-black:arrowHead':10,
'arrow-black:arrowHead':8,
'triangle-white:arrowHead':10,
'diamond-white:arrowHead':10,
'circle-black:arrowHead':10,
'diamond-white-large:arrowHead':20,
'diamond-black-large:arrowHead':20,
'circle-white-large:arrowHead':20,
'arrow-empty-large:arrowHead':16,
'arrow-empty:arrowHead':8,
'triangle-black:arrowHead':8,
'triangle-black-large:arrowHead':20,
'circle-black-large:arrowHead':20,
'circle-white:arrowHead':10,
'arrow-black-large:arrowHead':16,
'triangle-white-large:arrowHead':20,
'diamond-black:arrowTail':10,
'arrow-black:arrowTail':8,
'triangle-white:arrowTail':10,
'diamond-white:arrowTail':10,
'circle-black:arrowTail':10,
'diamond-white-large:arrowTail':20,
'diamond-black-large:arrowTail':20,
'circle-white-large:arrowTail':20,
'arrow-empty-large:arrowTail':16,
'arrow-empty:arrowTail':8,
'triangle-black:arrowTail':8,
'triangle-black-large:arrowTail':20,
'circle-black-large:arrowTail':20,
'circle-white:arrowTail':10,
'arrow-black-large:arrowTail':16,
'triangle-white-large:arrowTail':20,
};
var exports = exports || {};
exports['diamond-black:arrowHead'] = 10;
exports['arrow-black:arrowHead'] = 8;
exports['triangle-white:arrowHead'] = 10;
exports['diamond-white:arrowHead'] = 10;
exports['circle-black:arrowHead'] = 10;
exports['diamond-white-large:arrowHead'] = 20;
exports['diamond-black-large:arrowHead'] = 20;
exports['circle-white-large:arrowHead'] = 20;
exports['arrow-empty-large:arrowHead'] = 16;
exports['arrow-empty:arrowHead'] = 8;
exports['triangle-black:arrowHead'] = 8;
exports['triangle-black-large:arrowHead'] = 20;
exports['circle-black-large:arrowHead'] = 20;
exports['circle-white:arrowHead'] = 10;
exports['arrow-black-large:arrowHead'] = 16;
exports['triangle-white-large:arrowHead'] = 20;
exports['diamond-black:arrowTail'] = 10;
exports['arrow-black:arrowTail'] = 8;
exports['triangle-white:arrowTail'] = 10;
exports['diamond-white:arrowTail'] = 10;
exports['circle-black:arrowTail'] = 10;
exports['diamond-white-large:arrowTail'] = 20;
exports['diamond-black-large:arrowTail'] = 20;
exports['circle-white-large:arrowTail'] = 20;
exports['arrow-empty-large:arrowTail'] = 16;
exports['arrow-empty:arrowTail'] = 8;
exports['triangle-black:arrowTail'] = 8;
exports['triangle-black-large:arrowTail'] = 20;
exports['circle-black-large:arrowTail'] = 20;
exports['circle-white:arrowTail'] = 10;
exports['arrow-black-large:arrowTail'] = 16;
exports['triangle-white-large:arrowTail'] = 20;