]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.trend/src/org/simantics/trend/configuration/TimeWindow.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.trend / src / org / simantics / trend / configuration / TimeWindow.java
index 41bd7848768bfd397edd3889a90e6ef95af72fdb..2c299f834cb7f401723f73cf1fb423e60591f797 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\r
- * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.\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.trend.configuration;\r
-\r
-import org.simantics.databoard.annotations.Optional;\r
-import org.simantics.databoard.util.Bean;\r
-\r
-/**\r
- * Describes a viewport to a trend chart. \r
- *\r
- * @author Toni Kalajainen <toni.kalajainen@vtt.fi>\r
- */\r
-public class TimeWindow extends Bean {\r
-\r
-       /** Optional start position */\r
-       public @Optional Double timeWindowStart;\r
-       \r
-       /** Optional length */\r
-       public @Optional Double timeWindowLength;\r
-       \r
-       /** Optional, percent of how much window is grown once end is reached */\r
-       public @Optional Double timeWindowIncrement;\r
-       \r
-}\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.
+ * 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.trend.configuration;
+
+import org.simantics.databoard.annotations.Optional;
+import org.simantics.databoard.util.Bean;
+
+/**
+ * Describes a viewport to a trend chart. 
+ *
+ * @author Toni Kalajainen <toni.kalajainen@vtt.fi>
+ */
+public class TimeWindow extends Bean {
+
+       /** Optional start position */
+       public @Optional Double timeWindowStart;
+       
+       /** Optional length */
+       public @Optional Double timeWindowLength;
+       
+       /** Optional, percent of how much window is grown once end is reached */
+       public @Optional Double timeWindowIncrement;
+       
+}
+