Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » More help on style sheets - sequence diagram fragments
More help on style sheets - sequence diagram fragments [message #1750122] Fri, 16 December 2016 09:45 Go to next message
Ri Fr is currently offline Ri FrFriend
Messages: 134
Registered: July 2015
Senior Member
Hello

I'm looking for a CSS parameter to make all fragments and operands in the sequence diagram white. Currently using below but I'm looking for a simpler command that covers all types of operand instead of having to list them one by one! Thanks!!

Interaction {fillColor:#FFFFFF;}
InteractionOperand {fillColor:#FFFFFF;}
CombinedFragment { fillColor:#FFFFFF;}
InteractionUse {fillColor:#FFFFFF;}

Re: More help on style sheets - sequence diagram fragments [message #1750128 is a reply to message #1750122] Fri, 16 December 2016 09:56 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi Richard,

Papyrus CSS doesn't support an inheritance mechanism, so you'll have to list all metaclasses. However, you can use a comma-separated list and write the style property only once:

Elt1, Elt2, Elt3 {
    fillColor: white;
}


HTH,
Camille


Camille Letavernier

[Updated on: Fri, 16 December 2016 09:57]

Report message to a moderator

Re: More help on style sheets - sequence diagram fragments [message #1750136 is a reply to message #1750128] Fri, 16 December 2016 10:47 Go to previous messageGo to next message
Patrick Tessier is currently offline Patrick TessierFriend
Messages: 341
Registered: July 2009
Location: Paris Saclay, France
Senior Member
Pay attention a lot of elements in the sequence diagram cannot be customized by CSS.
A big work is being done for oxygen in order to update this diagram.
Re: More help on style sheets - sequence diagram fragments [message #1750205 is a reply to message #1750136] Sun, 18 December 2016 03:00 Go to previous message
Ri Fr is currently offline Ri FrFriend
Messages: 134
Registered: July 2015
Senior Member
Thank you all! Elt1, Elt2, Elt3 will work for now!
Previous Topic: I can't sort UML elements by type in model explorer or tables!
Next Topic:Papyrus Designer update website certification error
Goto Forum:
  


Current Time: Fri Apr 26 02:26:31 GMT 2024

Powered by FUDForum. Page generated in 0.04283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top