]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils.ui/src/org/simantics/utils/ui/gfx/rasterize/RasterJob.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.utils.ui / src / org / simantics / utils / ui / gfx / rasterize / RasterJob.java
index b85718325d359296bfb1a91d0412089f7b7147b7..d9d3bff058f2c1f94a336ce67673f8392caf09ac 100644 (file)
@@ -1,44 +1,44 @@
-/*******************************************************************************\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
-/*\r
- * 25.1.2007\r
- */\r
-package org.simantics.utils.ui.gfx.rasterize;\r
-\r
-/**\r
- * RasterJob\r
- * @author Toni Kalajainen\r
- */\r
-public class RasterJob {\r
-\r
-    public final IRasterizable raster;\r
-    public final int width;\r
-    public final int height;\r
-    public final IRasterizationListener listener;\r
-    RasterJobStatus status = RasterJobStatus.UNUSED;\r
-    \r
-    public RasterJob(IRasterizable raster, int width, int height, IRasterizationListener listener)\r
-    {\r
-        assert(raster!=null);\r
-        assert(listener!=null);\r
-        this.raster = raster;\r
-        this.width = width;\r
-        this.height = height;\r
-        this.listener = listener;\r
-    }\r
-    \r
-    public RasterJobStatus getStatus()\r
-    {\r
-        return status;\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
+ *******************************************************************************/
+/*
+ * 25.1.2007
+ */
+package org.simantics.utils.ui.gfx.rasterize;
+
+/**
+ * RasterJob
+ * @author Toni Kalajainen
+ */
+public class RasterJob {
+
+    public final IRasterizable raster;
+    public final int width;
+    public final int height;
+    public final IRasterizationListener listener;
+    RasterJobStatus status = RasterJobStatus.UNUSED;
+    
+    public RasterJob(IRasterizable raster, int width, int height, IRasterizationListener listener)
+    {
+        assert(raster!=null);
+        assert(listener!=null);
+        this.raster = raster;
+        this.width = width;
+        this.height = height;
+        this.listener = listener;
+    }
+    
+    public RasterJobStatus getStatus()
+    {
+        return status;
+    }
+    
+}