]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/image/impl/RasterizingProvider.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / image / impl / RasterizingProvider.java
index c43b98716b56470ed0d5463d688ba8189c2fcadf..56400764d31219c31ed03359de68d4504fc290b6 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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.g2d.image.impl;\r
-\r
-import org.simantics.g2d.image.Image;\r
-import org.simantics.utils.datastructures.cache.IFactory;\r
-import org.simantics.utils.datastructures.cache.IProvider;\r
-import org.simantics.utils.datastructures.cache.ProvisionException;\r
-\r
-public class RasterizingProvider extends AbstractProviderProxy implements IFactory<Image> {\r
-\r
-       public RasterizingProvider(IProvider<Image> source) {\r
-               super(source);\r
-       }\r
-       \r
-       @Override\r
-       public Image get() throws ProvisionException {\r
-               Image i = source.get();\r
-// We dont want MipMap in parametrized painting\r
-//             if (i.getFeatures().contains(Feature.Vector))\r
-//                     return new MipMapBufferedImage(i);\r
-               return i;\r
-       }\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.g2d.image.impl;
+
+import org.simantics.g2d.image.Image;
+import org.simantics.utils.datastructures.cache.IFactory;
+import org.simantics.utils.datastructures.cache.IProvider;
+import org.simantics.utils.datastructures.cache.ProvisionException;
+
+public class RasterizingProvider extends AbstractProviderProxy implements IFactory<Image> {
+
+       public RasterizingProvider(IProvider<Image> source) {
+               super(source);
+       }
+       
+       @Override
+       public Image get() throws ProvisionException {
+               Image i = source.get();
+// We dont want MipMap in parametrized painting
+//             if (i.getFeatures().contains(Feature.Vector))
+//                     return new MipMapBufferedImage(i);
+               return i;
+       }
+}
+
+