Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Class java.awt.FontMetrics
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Class
java.awt.FontMetrics

  • Packages that use FontMetrics 
    Package Description
    java.awt
    Contains all of the classes for creating user interfaces and for painting graphics and images.
    • Uses of FontMetrics in java.awt

      Methods in java.awt that return FontMetrics 
      Modifier and Type Method and Description
      FontMetrics  Graphics.getFontMetrics()
      Gets the font metrics of the current font.
      abstract FontMetrics  Toolkit.getFontMetrics(Font font)
      Deprecated. As of JDK version 1.2, replaced by the Font method getLineMetrics.
      FontMetrics  MenuComponent.AccessibleAWTMenuComponent.getFontMetrics(Font f)
      Gets the FontMetrics of this object.
      FontMetrics  List.AccessibleAWTList.AccessibleAWTListChild.getFontMetrics(Font f)
      Get the FontMetrics of this object.
      abstract FontMetrics  Graphics.getFontMetrics(Font f)
      Gets the font metrics for the specified font.
      FontMetrics  Component.getFontMetrics(Font font)
      Gets the font metrics for the specified font.
      FontMetrics  Component.AccessibleAWTComponent.getFontMetrics(Font f)
      Gets the FontMetrics of this object.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge