mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
Merge pull request #1506 from HeinrichAD/enhancement/seq-response-message-below-arrow
Let the user define if a message is a request or response
This commit is contained in:
commit
e04d49a6c0
@ -185,7 +185,7 @@ public class ComponentRoseArrow extends AbstractComponentRoseArrow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean isBelowForResponse() {
|
private boolean isBelowForResponse() {
|
||||||
return belowForResponse && getDirection2() == ArrowDirection.RIGHT_TO_LEFT_REVERSE;
|
return belowForResponse && getArrowConfiguration().isReverseDefine();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void drawDressing1(UGraphic ug, ArrowDressing dressing, ArrowDecoration decoration, double lenFull) {
|
private void drawDressing1(UGraphic ug, ArrowDressing dressing, ArrowDecoration decoration, double lenFull) {
|
||||||
|
Loading…
Reference in New Issue
Block a user