google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Allow colouring of states in a state diagram #613

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a way to colour classes in class diagrams. It should also be possible 
to use the same keyword to render states in different colours in state diagrams

In a class diagram you use the displayColor (also can be written displayColour) 
keyword in any class. The idea is that you ought to be able to specify this 
within a state to colour that state.

See an example of the use of this in classes
http://cruise.eecs.uottawa.ca/umpleonline/?example=ManufacturingPlantController

Note that it works both in editable diagram mode and also in graphviz diagrams

This would be useful for people who want to produce publications, or to teach 
about state diagrams.

Original issue reported on code.google.com by TimothyCLethbridge on 24 Jul 2014 at 2:33