It's sad that I cannot add two different stereotype with different images and show both of them because in the UML extensions mechanism
we should be able to do something like that..
Unfortunately your code did not worked. It didn't displayed any image, did it worked for you?
The way I achieved to add three images next to each other is :
decoration mail
{
orientation= "NE";
image ("tablet.png",100, 0, 0, 100);
image ("smartphone.png", 0, 0, -100, 100);
image("laptop.png", -100, 0, -300,100);
}
However if I have 3 different stereotypes with different images then there will be scenarios that a will apply the two of them, three of them and so..so in the end to cover of the cases I have to create 8 different "stereotypes" to be able to do something like that..and it will not be user-friendly..
Any hack or something to do it differently?
Kind Regards,
Philipp