]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/SetPenColor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / internal / xdot / SetPenColor.java
index ce1f7facc29a7f93615c9d495fe71353ad61fea8..9f0495122bcff3f57d1ad5e570944db2876324a7 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.graphviz.internal.xdot;\r
-\r
-import java.awt.Color;\r
-import java.awt.Graphics2D;\r
-\r
-public class SetPenColor implements DrawCommand {\r
-\r
-       Color color;\r
-       \r
-       public SetPenColor(String colorName) {\r
-           color = Colors.getColor(colorName);\r
-       }\r
-\r
-       @Override\r
-       public void draw(Graphics2D g) {\r
-               g.setColor(color);              \r
-       }\r
-       \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.graphviz.internal.xdot;
+
+import java.awt.Color;
+import java.awt.Graphics2D;
+
+public class SetPenColor implements DrawCommand {
+
+       Color color;
+       
+       public SetPenColor(String colorName) {
+           color = Colors.getColor(colorName);
+       }
+
+       @Override
+       public void draw(Graphics2D g) {
+               g.setColor(color);              
+       }
+       
+}