Skip to content

Commit b834991

Browse files
authored
Update README.md
1 parent 32d3784 commit b834991

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Therefore, you can easily include the library to your Maven or Gradle build:
1414
<dependency>
1515
<groupId>org.contextmapper</groupId>
1616
<artifactId>context-map-generator</artifactId>
17-
<version>1.0.0</version>
17+
<version>1.0.1</version>
1818
</dependency>
1919
```
2020

2121
**Gradle:**
2222
```gradle
23-
implementation 'org.contextmapper:context-map-generator:1.0.0'
23+
implementation 'org.contextmapper:context-map-generator:1.0.1'
2424
```
2525

2626
### Preconditions
@@ -111,8 +111,8 @@ With the following methods you can parameterize the `ContextMapGenerator`:
111111

112112
| Method / Parameter | Description | Default value |
113113
|------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
114-
| setHeight(int height) | By using this parameter you can fix the height of the produced image. Note that if you use fix the height, the width will be adjusted dynamically. | 1500 |
115-
| setWidth(int width) | By using this parameter you can fix the width of the produced image. Note that if you use fix the width, the height will be adjusted dynamically. | 3600 |
114+
| setHeight(int height) | By using this parameter you can fix the height of the produced image. Note that if you use fix the height, the width will be adjusted dynamically. | 1000 |
115+
| setWidth(int width) | By using this parameter you can fix the width of the produced image. Note that if you use fix the width, the height will be adjusted dynamically. | 2000 |
116116
| setLabelSpacingFactor(int spacingFactor) | The Graphviz layouting algorithm doesn't ensure that the labels of the edges do not overlap. Especially the boxes with the relationship patterns (OHS, PL, ACL, CF) may often overlap in our case. By introducing spacing between the edges we can often bypass this issue. This parameter (a factor between 1 and 20) controls how much spacing we add. | 1 |
117117

118118
## Supported Output Formats

0 commit comments

Comments
 (0)