X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fdrawings%2Fimpl%2FFontImpl.java;h=b0f935a9bb36b1f6e55cd8e22be17db90b7c9e4c;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=f662bf8e1d9205846ec32e5c97e71b7611bcd728;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/drawings/impl/FontImpl.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/drawings/impl/FontImpl.java index f662bf8e1d..b0f935a9bb 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/drawings/impl/FontImpl.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/drawings/impl/FontImpl.java @@ -1,16 +1,15 @@ /********************************************************************** - * Copyright (c) 2005, 2008 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.drawings.impl; import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont; @@ -20,17 +19,17 @@ import org.eclipse.swt.widgets.Display; /** * Default implementation of the IFont interface. - * + * * @version 1.0 * @author sveyrier - * + * */ public class FontImpl implements IFont { // ------------------------------------------------------------------------ // Attributes // ------------------------------------------------------------------------ - + /** * The font object */ @@ -45,7 +44,7 @@ public class FontImpl implements IFont { // ------------------------------------------------------------------------ /** * Default constructor. - * + * * @param display The display to use * @param data A font data */ @@ -55,7 +54,7 @@ public class FontImpl implements IFont { /** * Copy constructor - * + * * @param value A font to copy. */ protected FontImpl(Font value) { @@ -68,7 +67,7 @@ public class FontImpl implements IFont { // ------------------------------------------------------------------------ /** * Returns a font implementation based system font. - * + * * @return a font implementation based system font. */ public static FontImpl getSystemFont() { @@ -83,7 +82,7 @@ public class FontImpl implements IFont { public Object getFont() { return fFont; } - + /* * (non-Javadoc) * @see org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont#dispose()