GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
1
mark.george
/
templates
Browse code
Merge branch 'master' of http://isgb.otago.ac.nz:8087/git/mark.george/templates
master
commit
33a932c8017514a0cab1b2cfe2d855314ba0f15d
2 parents
0c52e2a
+
f9b4b21
Mark
authored
on 4 Feb 2016
Patch
Showing
3 changed files
plantuml/default-skin.ipu
plantuml/info221-lecture-colours.ipu
plantuml/useful characters.txt
Ignore Space
Show notes
View
plantuml/default-skin.ipu
skinparam { ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml ' re-enable drop shadows since strictuml turns it off Shadowing true ' slightly rounded boxes RoundCorner 8 BackgroundColor transparent DefaultFontName Open Sans TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 DatabaseBackgroundColor #F2F2F2 DatabaseBorderColor #515151 DatabaseFontColor #515151 PackageBackgroundColor #F2F2F2 PackageBorderColor #515151 ClassArrowColor #515151 FolderFontColor #515151 ComponentArrowFontColor #515151 Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Message { Align center } Box { BackgroundColor #F2F2F2 } ' make stereotypes less obnoxious Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' make stereotypes less obnoxious Stereotype { Font { Size 10 Style plain } } } }
skinparam { ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml ' re-enable drop shadows since strictuml turns it off Shadowing true ' slightly rounded boxes RoundCorner 8 BackgroundColor transparent DefaultFontName Open Sans TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Message { Align center } Box { BackgroundColor #EEEEEE } ' make stereotypes less obnoxious Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' make stereotypes less obnoxious Stereotype { Font { Size 10 Style plain } } } }
Ignore Space
Show notes
View
plantuml/info221-lecture-colours.ipu
skinparam { class { BackgroundColor #F2F2F2 BorderColor #515151 ArrowColor #515151 FontColor #515151 AttributeFontColor #515151 StereotypeFontColor #515151 } sequence { ParticipantBackgroundColor #F2F2F2 ParticipantBorderColor #515151 LifeLineBackgroundColor #F2F2F2 LifeLineBorderColor #515151 ArrowColor #515151 ActorBorderColor #515151 ActorBackgroundColor #F2F2F2 FontColor #FF0000 } }
skinparam { class { BackgroundColor #DDE0E5 BorderColor #515151 ArrowColor #515151 FontColor #515151 AttributeFontColor #515151 StereotypeFontColor #515151 } skinparam sequence { ParticipantBackgroundColor #DDE0E5 LifeLineBackgroundColor #DDE0E5 LifeLineBorderColor #515151 ArrowColor #515151 ParticipantBorderColor #515151 ArrowColor #515151 FontColor #515151 AttributeFontColor #515151 } }
Ignore Space
Show notes
View
plantuml/useful characters.txt
0 → 100644
Fancy angle brackets (for parameterised paths): ⧼param⧽ Stereotypes (guillimets plus small space): « stereotype » Directionality: ⯅ ⯆ ⯇ ⯈
Show line notes below