Java Platform 1.2
Beta 4

Uses of Package
java.awt.font

Packages that use java.awt.font
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
java.awt.font Provides classes and interface relating to fonts.  
java.awt.im Provides classes and an interface for the input method framework.  
 

Classes in java.awt.font used by java.awt
FontRenderContext
          FontRenderContext is a container for the information which is needed to correctly measure text.
GlyphVector
          GlyphVector is a collection of Glyphs containing geometric information for the placement the GlyphVector and of each Glyph in a transformed coordinate space which should correspond to the device on which the GlyphVector is ultimately to be displayed.
LineMetrics
           
 

Classes in java.awt.font used by java.awt.event
TextHitInfo
          TextHitInfo represents a character position in a text model, and a bias, or "side," of the character.
 

Classes in java.awt.font used by java.awt.font
FontRenderContext
          FontRenderContext is a container for the information which is needed to correctly measure text.
GlyphJustificationInfo
          GlyphJustificationInfo represents information about the justification properties of a glyph.
GlyphMetrics
          GlyphMetrics represents infomation for a single glyph.
GlyphVector
          GlyphVector is a collection of Glyphs containing geometric information for the placement the GlyphVector and of each Glyph in a transformed coordinate space which should correspond to the device on which the GlyphVector is ultimately to be displayed.
GraphicAttribute
          This class is used with the CHAR_REPLACEMENT attribute.
ImageGraphicAttribute
          This is an implementation of GraphicAttribute which draws Images in a TextLayout.
ShapeGraphicAttribute
          This is an implementation of GraphicAttribute which draws Shapes in a TextLayout.
TextAttribute
          Defines attribute keys and attribute values used for text rendering.
TextHitInfo
          TextHitInfo represents a character position in a text model, and a bias, or "side," of the character.
TextLayout
          TextLayout is an immutable graphical representation of styled character data.
TextLayout.CaretPolicy
          Define a policy for determining the strong caret location.
 

Classes in java.awt.font used by java.awt.im
TextHitInfo
          TextHitInfo represents a character position in a text model, and a bias, or "side," of the character.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.