Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PlantUML: Customize color, font style using style tag in state diagram

You can customiae the Color, font styles using

styleTag.txt

@startuml

skinparam backgroundColor LightBlue



left to right direction

state state1 
state state2 
state state3
state state4
state state5 >

[*] --> state1
state1 --> state2
state2 --> state3
state3 --> state4
state4 --> state5
state5 --> [*]


@enduml

 

Above snippet generate below diagram.

 


  

Previous                                                    Next                                                    Home


This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

PlantUML: Customize color, font style using style tag in state diagram

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×