Java Platform 1.2
Beta 4

Uses of Class
java.awt.font.GlyphVector

Packages that use GlyphVector
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.font Provides classes and interface relating to fonts.  
 

Uses of GlyphVector in java.awt
 

Methods in java.awt that return GlyphVector
 GlyphVector Font.createGlyphVector(FontRenderContext frc, String str)
           
 GlyphVector Font.createGlyphVector(FontRenderContext frc, char[] chars)
           
 GlyphVector Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
           
 GlyphVector Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
           
 

Methods in java.awt with parameters of type GlyphVector
abstract  void Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
          Draws the text specified by the given GlyphVector using this graphics context's rendering attributes.
 

Uses of GlyphVector in java.awt.font
 

Methods in java.awt.font with parameters of type GlyphVector
abstract  boolean GlyphVector.equals(GlyphVector set)
          Test for complete equality.
 


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.