Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.graphics.FontMetrics

Packages that use FontMetrics
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Uses of FontMetrics in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs with parameters of type FontMetrics
static int Dialog. convertHeightInCharsToPixels ( FontMetrics fontMetrics, int chars)
          Returns the number of pixels corresponding to the height of the given number of characters.
static int Dialog. convertHorizontalDLUsToPixels ( FontMetrics fontMetrics, int dlus)
          Returns the number of pixels corresponding to the given number of horizontal dialog units.
static int Dialog. convertVerticalDLUsToPixels ( FontMetrics fontMetrics, int dlus)
          Returns the number of pixels corresponding to the given number of vertical dialog units.
static int Dialog. convertWidthInCharsToPixels ( FontMetrics fontMetrics, int chars)
          Returns the number of pixels corresponding to the width of the given number of characters.
 

Uses of FontMetrics in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return FontMetrics
  FontMetrics GC. getFontMetrics ()
          Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
  FontMetrics TextLayout. getLineMetrics (int lineIndex)
          Returns the font metrics for the specified line index.
static  FontMetrics FontMetrics. win32_new (org.eclipse.swt.internal.win32.TEXTMETRIC handle)
          Invokes platform specific functionality to allocate a new font metrics.
 

Uses of FontMetrics in org.eclipse.ui.views.markers
 

Methods in org.eclipse.ui.views.markers that return FontMetrics
protected   FontMetrics FilterConfigurationArea. getFontMetrics ()
          Return the FontMetrics for the receiver.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire