Java Platform 1.2
Beta 4

Uses of Class
java.awt.font.FontRenderContext

Packages that use FontRenderContext
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 FontRenderContext in java.awt
 

Methods in java.awt that return FontRenderContext
abstract  FontRenderContext Graphics2D.getFontRenderContext()
          Get the rendering context of the font within this Graphics2D context.
 

Methods in java.awt with parameters of type FontRenderContext
 LineMetrics Font.getLineMetrics(String str, FontRenderContext frc)
           
 LineMetrics Font.getLineMetrics(String str, int beginIndex, int limit, FontRenderContext frc)
           
 LineMetrics Font.getLineMetrics(char[] chars, int beginIndex, int limit, FontRenderContext frc)
           
 LineMetrics Font.getLineMetrics(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc)
           
 Rectangle2D Font.getStringBounds(String str, FontRenderContext frc)
           
 Rectangle2D Font.getStringBounds(String str, int beginIndex, int limit, FontRenderContext frc)
           
 Rectangle2D Font.getStringBounds(char[] chars, int beginIndex, int limit, FontRenderContext frc)
           
 Rectangle2D Font.getStringBounds(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc)
           
 Rectangle2D Font.getMaxCharBounds(FontRenderContext frc)
           
 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)
           
 

Uses of FontRenderContext in java.awt.font
 

Methods in java.awt.font that return FontRenderContext
abstract  FontRenderContext GlyphVector.getFontRenderContext()
          Return the FontRenderContext associated with this GlyphVector.
 

Constructors in java.awt.font with parameters of type FontRenderContext
TextLayout.TextLayout(String string, Font font, FontRenderContext frc)
          Construct a layout from a string and a font.
TextLayout.TextLayout(String string, Map attributes, FontRenderContext frc)
          Construct a layout from a string and an attribute set.
TextLayout.TextLayout(AttributedCharacterIterator text, FontRenderContext frc)
          Construct a layout from an iterator over styled text.
LineBreakMeasurer.LineBreakMeasurer(AttributedCharacterIterator text, FontRenderContext frc)
          Construct a LineBreakMeasurer for the given text.
LineBreakMeasurer.LineBreakMeasurer(AttributedCharacterIterator text, BreakIterator breakIter, FontRenderContext frc)
          Construct a LineBreakMeasurer for the given text.
 


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.