Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enterprise Architect class fill color

I have a very stupid question! I have created class diagram and right now I am trying to change class background fill color. I have not found any info in the help how to do that. Any suggestions?

like image 797
besworland Avatar asked May 02 '12 08:05

besworland


1 Answers

Not a stupid question at all. There are a couple of different ways of doing this, depending on the scope you want.

To change the colour of one class in a single diagram, right-click it in the diagram. This opens up the context menu, but also opens a mini-toolbar. In this toolbar, the third icon from the left is the class fill colour. This toolbar can also be opened by selecting the class, and then clicking the middle of the three icons EA displays to the right of the class (the paintbrush).

Using this toolbar you can change the class colour locally. It does not affect how the class is displayed in other current or future diagrams, it is specific to the diagram you're in.

If you want to change the appearance of a class in all diagrams, right-click it and select Appearance -- Default Appearance. If you change the colour here, it will affect all future diagrams and all current diagrams except the ones where you've specified a local colour for the class as above.

Finally, you can change the EA-wide colour scheme in Tools -- Options -- Standard Colors. This affects all elements in all diagrams, unless you've specified something else for an element using either of the above methods.

In addition to these, if you create a profile you can specify a different appearance for a particular stereotype using shape scripts. But that's a different question.

like image 188
Uffe Avatar answered Nov 04 '22 05:11

Uffe