This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fb3bdc
commit fed5048
Showing
3 changed files
with
115 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
src/test/java/com/structurizr/export/plantuml/structurizr/group-styles-1.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@startuml | ||
set separator none | ||
title System Landscape | ||
|
||
top to bottom direction | ||
|
||
skinparam { | ||
shadowing false | ||
arrowFontSize 10 | ||
defaultTextAlignment center | ||
wrapWidth 200 | ||
maxMessageSize 100 | ||
} | ||
|
||
hide stereotype | ||
|
||
skinparam rectangle<<User1>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
skinparam rectangle<<User2>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
skinparam rectangle<<User3>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
|
||
rectangle "Group 1" <<group:Group 1>> { | ||
skinparam RectangleBorderColor<<group:Group 1>> #111111 | ||
skinparam RectangleFontColor<<group:Group 1>> #111111 | ||
|
||
rectangle "==User 1\n<size:10>[Person]</size>" <<User1>> as User1 | ||
} | ||
|
||
rectangle "Group 2" <<group:Group 2>> { | ||
skinparam RectangleBorderColor<<group:Group 2>> #222222 | ||
skinparam RectangleFontColor<<group:Group 2>> #222222 | ||
|
||
rectangle "==User 2\n<size:10>[Person]</size>" <<User2>> as User2 | ||
} | ||
|
||
rectangle "Group 3" <<group>> { | ||
skinparam RectangleBorderColor<<group>> #cccccc | ||
skinparam RectangleFontColor<<group>> #cccccc | ||
|
||
rectangle "==User 3\n<size:10>[Person]</size>" <<User3>> as User3 | ||
} | ||
|
||
|
||
@enduml |
55 changes: 55 additions & 0 deletions
55
src/test/java/com/structurizr/export/plantuml/structurizr/group-styles-2.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@startuml | ||
set separator none | ||
title System Landscape | ||
|
||
top to bottom direction | ||
|
||
skinparam { | ||
shadowing false | ||
arrowFontSize 10 | ||
defaultTextAlignment center | ||
wrapWidth 200 | ||
maxMessageSize 100 | ||
} | ||
|
||
hide stereotype | ||
|
||
skinparam rectangle<<User1>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
skinparam rectangle<<User2>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
skinparam rectangle<<User3>> { | ||
BackgroundColor #dddddd | ||
FontColor #000000 | ||
BorderColor #9a9a9a | ||
} | ||
|
||
rectangle "Group 1" <<group:Group 1>> { | ||
skinparam RectangleBorderColor<<group:Group 1>> #111111 | ||
skinparam RectangleFontColor<<group:Group 1>> #111111 | ||
|
||
rectangle "==User 1\n<size:10>[Person]</size>" <<User1>> as User1 | ||
} | ||
|
||
rectangle "Group 2" <<group:Group 2>> { | ||
skinparam RectangleBorderColor<<group:Group 2>> #222222 | ||
skinparam RectangleFontColor<<group:Group 2>> #222222 | ||
|
||
rectangle "==User 2\n<size:10>[Person]</size>" <<User2>> as User2 | ||
} | ||
|
||
rectangle "Group 3" <<group>> { | ||
skinparam RectangleBorderColor<<group>> #aabbcc | ||
skinparam RectangleFontColor<<group>> #aabbcc | ||
|
||
rectangle "==User 3\n<size:10>[Person]</size>" <<User3>> as User3 | ||
} | ||
|
||
|
||
@enduml |