Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2014-12-09 16:31:16 +0000
committerMickael ADAM2014-12-09 16:31:16 +0000
commitd5f1e0b4266b8716c7587efc23de1431567e1950 (patch)
treee12b0226aa47032993fbc306352225a04ba9572d /plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme
parent20c424f28b7289b3608853c292d0ad81476f5a23 (diff)
downloadorg.eclipse.papyrus-d5f1e0b4266b8716c7587efc23de1431567e1950.tar.gz
org.eclipse.papyrus-d5f1e0b4266b8716c7587efc23de1431567e1950.tar.xz
org.eclipse.papyrus-d5f1e0b4266b8716c7587efc23de1431567e1950.zip
45431: [Diagram] State machine diagram shapes shall be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=454381 Patch set 1: -Use of GenericShape for: State, StateMachine, InitialNode, FinalState, Junction, DeepHistory, ShallowHistory, Terminate, EntryPoint, ExitPoint, Fork, Choice -Use CSS attribute instead of shape provider for symbol of Activity diagram and state machine diagram. -Used of and improve oep.common.PortPositionLocator to be used for most of affixed node(set of the position(in, out, onLine) coming soon on the next commit. Change-Id: I48f72d9527242cea48d08a55b3518ffd01f2e0c4 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
index 373a20d3578..05b5e75590e 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
@@ -151,3 +151,9 @@ UseCaseDiagram UseCase {
fillColor:white;
}
+StateMachineDiagram Pseudostate[kind="exitPoint"],
+StateMachineDiagram Pseudostate[kind="entryPoint"]
+{
+ fillColor:white;
+}
+

Back to the top