]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/scenegraph/SceneGraphConstants.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / scenegraph / SceneGraphConstants.java
index e1504ca075e73e708807a9ef6d67cd3e4c6dc512..6d975b1000b4830c540243d7d4b41102f508ab44 100644 (file)
@@ -1,45 +1,45 @@
-/*******************************************************************************\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.scenegraph;\r
-\r
-import org.simantics.g2d.canvas.impl.CanvasContext;\r
-import org.simantics.scenegraph.g2d.G2DSceneGraph;\r
-import org.simantics.scenegraph.g2d.nodes.GridNode;\r
-\r
-/**\r
- * Scene graph related constants for the G2D framework.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public final class SceneGraphConstants {\r
-\r
-    /**\r
-     * The event handler priority of {@link G2DSceneGraph} in a\r
-     * {@link CanvasContext}.\r
-     */\r
-    public static final int      SCENEGRAPH_EVENT_PRIORITY = (1 << 20);\r
-\r
-    public static final String   NAVIGATION_NODE_NAME      = "navigation";\r
-\r
-    public static final String[] NAVIGATION_NODE_PATH      = { NAVIGATION_NODE_NAME };\r
-\r
-    public static final String   DATA_NODE_NAME            = "data";\r
-\r
-    public static final String[] DATA_NODE_PATH            = { DATA_NODE_NAME };\r
-\r
-    public static final String   GRID_NODE_NAME            = GridNode.GRID_NODE_ID;\r
-\r
-    public static final String   SELECTIONS_NODE_NAME      = "selections";\r
-\r
-    public static final String[] SELECTIONS_NODE_PATH      = { DATA_NODE_NAME, SELECTIONS_NODE_NAME };\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.scenegraph;
+
+import org.simantics.g2d.canvas.impl.CanvasContext;
+import org.simantics.scenegraph.g2d.G2DSceneGraph;
+import org.simantics.scenegraph.g2d.nodes.GridNode;
+
+/**
+ * Scene graph related constants for the G2D framework.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public final class SceneGraphConstants {
+
+    /**
+     * The event handler priority of {@link G2DSceneGraph} in a
+     * {@link CanvasContext}.
+     */
+    public static final int      SCENEGRAPH_EVENT_PRIORITY = (1 << 20);
+
+    public static final String   NAVIGATION_NODE_NAME      = "navigation";
+
+    public static final String[] NAVIGATION_NODE_PATH      = { NAVIGATION_NODE_NAME };
+
+    public static final String   DATA_NODE_NAME            = "data";
+
+    public static final String[] DATA_NODE_PATH            = { DATA_NODE_NAME };
+
+    public static final String   GRID_NODE_NAME            = GridNode.GRID_NODE_ID;
+
+    public static final String   SELECTIONS_NODE_NAME      = "selections";
+
+    public static final String[] SELECTIONS_NODE_PATH      = { DATA_NODE_NAME, SELECTIONS_NODE_NAME };
+
+}