Please provide skimparams to set font color, size; and border color and thickness of swimlanes

0 votes
asked Nov 11, 2015 in Closed feature request by DaRolla (360 points)
Please provide skimparams to set font color, size; and border color and thickness of swimlanes.

1 Answer

+2 votes
answered Nov 11, 2015 by plantuml (295,000 points)
selected Jul 8, 2018 by Anthony-Gaudino
 
Best answer

With last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can have:

@startuml
skinparam SwimlaneTitleFontColor red
skinparam SwimlaneTitleFontSize 8
skinparam SwimlaneBorderColor blue
skinparam SwimlaneBorderThickness 5
|lane1|
:foo;
|lane2|
:bar;
@enduml
...