]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/StaticSymbol.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / StaticSymbol.java
index d7f9f4e8fd3f749219bfdad45eed77db552ee1c8..5e66451c395b893f1417568554e8dc907359408b 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\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.element.handler;\r
-\r
-import org.simantics.g2d.element.handler.impl.StaticSymbolImageInitializer;\r
-import org.simantics.g2d.element.handler.impl.StaticSymbolImpl;\r
-import org.simantics.g2d.image.Image;\r
-\r
-/**\r
- * The symbol shown in symbol library, in graph tree, etc.\r
- * \r
- * @TODO add animation\r
- * @author Toni Kalajainen\r
- * \r
- * @see StaticSymbolImpl\r
- * @see StaticSymbolImageInitializer\r
- */\r
-public interface StaticSymbol extends ElementHandler {\r
-\r
-    Image getImage();\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.element.handler;
+
+import org.simantics.g2d.element.handler.impl.StaticSymbolImageInitializer;
+import org.simantics.g2d.element.handler.impl.StaticSymbolImpl;
+import org.simantics.g2d.image.Image;
+
+/**
+ * The symbol shown in symbol library, in graph tree, etc.
+ * 
+ * @TODO add animation
+ * @author Toni Kalajainen
+ * 
+ * @see StaticSymbolImpl
+ * @see StaticSymbolImageInitializer
+ */
+public interface StaticSymbol extends ElementHandler {
+
+    Image getImage();
+
+}