forked from IUT-Blagnac/tracabilite-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-min.cfg
55 lines (49 loc) · 1.21 KB
/
config-min.cfg
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
'-----------------------------------
' Common definitions for generated models
' JMB 2022
'-----------------------------------
'-----------------------------------
' Content of class
'-----------------------------------
hide circle
hide empty members
hide empty methods
'-----------------------------------
' Title & Legend
'-----------------------------------
'title Generated UML Class Diagram
'legend right
' <i>This model has been generated using http://plantuml.sourceforge.net</i>
' endlegend
'center footer <i>Diagram generated using http://plantuml.sourceforge.net.</i>
'-----------------------------------
' Colors & Fonts
'-----------------------------------
'Colors => see http://plantuml.com/color
skinparam classAttributeIconSize 0
'skinparam monochrome true
'skinparam monochrome reverse
'skinparam handwritten true
skinparam package {
BackgroundColor empty
BorderColor DarkSlateGray
ArrowColor Black
FontColor Black
FontSize 12
FontName Helvetica
}
skinparam roundcorner 5
skinparam class {
BackgroundColor AliceBlue
BorderColor DarkSlateGray
ArrowColor Black
FontColor Black
FontSize 12
FontName Helvetica
}
skinparam enum {
BackgroundColor LightGreen
}
skinparam arrow {
MessageAlign center
}