]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/profile/MonitorTextResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / profile / MonitorTextResult.java
index ca8aa40bcdba24fe41495b2ba132bb8b1d2f0cb0..509bd8eee0844c44880444eb8c619220b9534fd8 100644 (file)
@@ -1,38 +1,38 @@
-/*******************************************************************************\r
- * Copyright (c) 2011 Association for Decentralized Information Management in\r
- * 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.diagram.profile;\r
-\r
-import java.awt.geom.AffineTransform;\r
-\r
-import org.simantics.common.color.Color;\r
-import org.simantics.utils.datastructures.map.Tuple;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class MonitorTextResult extends Tuple {\r
-    public MonitorTextResult(String text, AffineTransform parentTransform) {\r
-        super(text, parentTransform, null);\r
-    }\r
-    public MonitorTextResult(String text, AffineTransform parentTransform, Color color) {\r
-        super(text, parentTransform, color);\r
-    }\r
-    public String getText() {\r
-        return (String) getField(0);\r
-    }\r
-    public AffineTransform getParentTransform() {\r
-        return (AffineTransform) getField(1);\r
-    }\r
-    public Color getColor() {\r
-        return (Color) getField(2);\r
-    }\r
+/*******************************************************************************
+ * Copyright (c) 2011 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.diagram.profile;
+
+import java.awt.geom.AffineTransform;
+
+import org.simantics.common.color.Color;
+import org.simantics.utils.datastructures.map.Tuple;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class MonitorTextResult extends Tuple {
+    public MonitorTextResult(String text, AffineTransform parentTransform) {
+        super(text, parentTransform, null);
+    }
+    public MonitorTextResult(String text, AffineTransform parentTransform, Color color) {
+        super(text, parentTransform, color);
+    }
+    public String getText() {
+        return (String) getField(0);
+    }
+    public AffineTransform getParentTransform() {
+        return (AffineTransform) getField(1);
+    }
+    public Color getColor() {
+        return (Color) getField(2);
+    }
 }
\ No newline at end of file