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 Rich Ajax Platform
Release 1.2

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

Packages that use Font
org.eclipse.rwt.graphics   
org.eclipse.rwt.theme   
org.eclipse.swt.custom   
org.eclipse.swt.graphics   
org.eclipse.swt.widgets   
 

Uses of Font in org.eclipse.rwt.graphics
 

Methods in org.eclipse.rwt.graphics that return Font
static  Font Graphics. getFont ( FontData data)
          Returns a new font given a font data which describes the desired font's appearance.
static  Font Graphics. getFont ( String name, int height, int style)
          Returns a Font object given a font name, the height of the desired font in points, and a font style.
 

Methods in org.eclipse.rwt.graphics with parameters of type Font
static  Point Graphics. textExtent ( Font font, String string, int wrapWidth)
          Returns the extent of the given string.
static  Point Graphics. stringExtent ( Font font, String string)
          Returns the extent of the given string.
static int Graphics. getCharHeight ( Font font)
          Returns the height of the specified font, measured in pixels.
static float Graphics. getAvgCharWidth ( Font font)
          Returns the average character width of the specified font, measured in pixels.
 

Uses of Font in org.eclipse.rwt.theme
 

Methods in org.eclipse.rwt.theme that return Font
  Font IControlThemeAdapter. getFont ( Control control)
          Returns the default font that the specified control will use to paint textual information when no user-defined font has been set using Control.setFont(Font).
 

Uses of Font in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Font
  Font CTabItem. getFont ()
          Returns the font that the receiver will use to paint textual information.
 

Methods in org.eclipse.swt.custom with parameters of type Font
 void CLabel. setFont ( Font font)
           
 void CTabFolder. setFont ( Font font)
           
 void CTabItem. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 

Uses of Font in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Font
  Font Device. getSystemFont ()
          Returns a reasonable font for applications to use.
 

Uses of Font in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Font
  Font Control. getFont ()
          Returns the font that the receiver will use to paint textual information.
  Font TableItem. getFont ()
          Returns the font that the receiver will use to paint textual information for this item.
  Font TableItem. getFont (int index)
          Returns the font that the receiver will use to paint textual information for the specified cell in this item.
  Font TreeItem. getFont (int columnIndex)
          Returns the font that the receiver will use to paint textual information for the specified cell in this item.
  Font TreeItem. getFont ()
          Returns the font that the receiver will use to paint textual information for this item.
 

Methods in org.eclipse.swt.widgets with parameters of type Font
 void Control. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void DateTime. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void ExpandBar. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void Table. setFont ( Font font)
           
 void TableItem. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void TableItem. setFont (int index, Font font)
          Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void TreeItem. setFont (int columnIndex, Font value)
          Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 void TreeItem. setFont ( Font font)
          Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


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