commit | a01bc07902a5063b369622813d99b836f36dc3db | [log] [tgz] |
---|---|---|
author | jpasch <jpasch> | Fri Jul 30 14:36:50 2010 +0000 |
committer | jpasch <jpasch> | Fri Jul 30 14:36:50 2010 +0000 |
tree | f0953bdaca766e2df0659bd9dbf29854eadb26d5 | |
parent | 9dc2f014cd33af18241cca6a1639043b0a98cd6f [diff] |
Set gradient lime-white in comments
diff --git a/examples/org.eclipse.graphiti.examples.tutorial/src/org/eclipse/graphiti/examples/tutorial/StyleUtil.java b/examples/org.eclipse.graphiti.examples.tutorial/src/org/eclipse/graphiti/examples/tutorial/StyleUtil.java index c82d619..2e83e89 100644 --- a/examples/org.eclipse.graphiti.examples.tutorial/src/org/eclipse/graphiti/examples/tutorial/StyleUtil.java +++ b/examples/org.eclipse.graphiti.examples.tutorial/src/org/eclipse/graphiti/examples/tutorial/StyleUtil.java
@@ -41,6 +41,7 @@ if (style == null) { // style not found - create new style style = gaService.createStyle(diagram, styleId); style.setForeground(gaService.manageColor(diagram, E_CLASS_FOREGROUND)); + //gaService.setRenderingStyle(style, TutorialColoredAreas.getLimeWhiteAdaptions()); gaService.setRenderingStyle(style, PredefinedColoredAreas.getBlueWhiteGlossAdaptions()); style.setLineWidth(2); }