Skip to content

Commit c232214

Browse files
committed
fixed #27 LAYOUT_LEFT_RIGHT() added
1 parent 0693c52 commit c232214

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

EIP_Elements.puml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ skinparam defaultTextAlignment center
6666
Hide <<channel purger>> stereotype
6767
!endfunction
6868

69+
!define LAYOUT_LEFT_RIGHT() left to right direction
70+
6971
/' ########################################################
7072
################## Message Construct ##################
7173
'/ ########################################################

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,14 @@ Send(queue, dest)
288288
````
289289
![Diagram without stereotypes ](images/hide_stereotypes.png)
290290

291+
## Horizontal Layout
292+
In some cases it is required to use a horizontal layout.
293+
You can force this layout by calling
294+
295+
```csharp
296+
LAYOUT_LEFT_RIGHT()
297+
```
298+
291299
## Background
292300
Enterprise Intergartion Patterns are a set of 65 patterns, mainly based on messaging concepts introduced Gregor Hohpe and Bobby Woolf. The Website [Enterprise Integration Patterns](https://www.enterpriseintegrationpatterns.com/) provides an extensive overview of these patterns.
293301

dist/EIP-PlantUML.puml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Autogenerated Tuesday, July 9, 2019 10:08:37 PM
1+
' Autogenerated Tuesday, July 9, 2019 10:18:48 PM
22

33
sprite $aggregator [100x65/16z] {
44
xTX50iCm34HHcTcw_sdBh4r9nVdxv8LZcrX6pqxkyKCC631Wm801GqO8VTfpnRAdlnzowriDnybe6ucPHpAgHkHD8nfLOrUFHia8l6l7w1exnZt5YBcKMblh
@@ -532,6 +532,8 @@ skinparam defaultTextAlignment center
532532
Hide <<channel purger>> stereotype
533533
!endfunction
534534

535+
!define LAYOUT_LEFT_RIGHT() left to right direction
536+
535537
/' ########################################################
536538
################## Message Construct ##################
537539
'/ ########################################################

0 commit comments

Comments
 (0)