tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / dialogs / SDPrintDialogUI.java
index f0be212f6411844d0cc82630d4fa31052911de1f..261ca3cadd3701abf91c612f87b53d48112b0974 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
- * Copyright (c) 2011, 2012 Ericsson.
- *
+ * Copyright (c) 2005, 2013 IBM Corporation, Ericsson
  * 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:
- * IBM - Initial API and implementation
- * Bernd Hufmann - Updated for TMF
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.dialogs;
 
 import java.text.MessageFormat;
@@ -143,10 +142,27 @@ public class SDPrintDialogUI {
      * List of pages to print.
      */
     protected int fPagesList[];
+
     /**
-     * Values for dividing sequence diagram into pages.
+     * Value for dividing the sequence diagram into pages
      */
-    protected float fStepX, fStepY, sTX, sTY;
+    protected float fStepX;
+
+    /**
+     * Value for dividing the sequence diagram into pages
+     */
+    protected float fStepY;
+
+    /**
+     * Value for dividing the sequence diagram into pages
+     */
+    protected float sTX;
+
+    /**
+     * Value for dividing the sequence diagram into pages
+     */
+    protected float sTY;
+
     /**
      * Page which to print from.
      */
This page took 0.02607 seconds and 5 git commands to generate.