tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / preferences / ISDPreferences.java
index e7e8ac8a6638799538efd84a4c7007b572359e40..1bc87353723b299e0f7d0d1c77ee03b76d1dc2fa 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * Copyright (c) 2011, 2012 Ericsson.
- * 
+ * Copyright (c) 2005, 2012 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
+ *
+ * Contributors:
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences;
 
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IColor;
@@ -18,10 +17,9 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont;
 
 /**
  * Interface for accessing sequence diagram preferences.
- * 
+ *
  * @version 1.0
  * @author sveyrier
- * 
  */
 public interface ISDPreferences {
 
@@ -88,7 +86,7 @@ public interface ISDPreferences {
 
     /**
      * Returns the background color for the given preference name (font preference name)
-     * 
+     *
      * @param prefId The preference name
      * @return the color
      */
@@ -96,15 +94,15 @@ public interface ISDPreferences {
 
     /**
      * Returns the foreground color for the given preference name (font preference name)
-     * 
+     *
      * @param prefId A preference name
-     * @return the color 
+     * @return the color
      */
     public IColor getForeGroundColor(String prefId);
 
     /**
      * Returns the font color for the given preference name (font preference name)
-     * 
+     *
      * @param prefId A preference name
      * @return the color
      */
@@ -112,7 +110,7 @@ public interface ISDPreferences {
 
     /**
      * Returns the font for the given preference name
-     * 
+     *
      * @param prefId the preference name
      * @return the font
      */
@@ -120,28 +118,28 @@ public interface ISDPreferences {
 
     /**
      * Returns the time compression bar selection color
-     * 
-     * @return the time compression bar selection color 
+     *
+     * @return the time compression bar selection color
      */
     public IColor getTimeCompressionSelectionColor();
 
     /**
      * Returns the background color used to draw selection
-     * 
+     *
      * @return the background color
      */
     public IColor getBackGroundColorSelection();
 
     /**
      * Returns the foreground color used to draw selection
-     * 
+     *
      * @return the foreground color
      */
     public IColor getForeGroundColorSelection();
 
     /**
-     * Returns whether to use gradient color or not 
-     * 
+     * Returns whether to use gradient color or not
+     *
      * @return whether to use gradient color or not
      */
     public boolean useGradienColor();
This page took 0.024834 seconds and 5 git commands to generate.