Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

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)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 GlyphVector Font.createGlyphVector(FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GlyphVector Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GlyphVector Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 

Methods in java.awt with parameters of type GlyphVector
abstract  void Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
          Renders the text of the specified GlyphVector using the Graphics2D 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)
          Tests if the specified GlyphVector exactly equals this GlyphVector.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.