Java Platform 1.2

Uses of Class
java.awt.font.TextLayout

Packages that use TextLayout
java.awt.font Provides classes and interface relating to fonts. 
 

Uses of TextLayout in java.awt.font
 

Methods in java.awt.font that return TextLayout
 TextLayout TextLayout.getJustifiedLayout(float justificationWidth)
          Creates a copy of this TextLayout justified to the specified width.
 TextLayout LineBreakMeasurer.nextLayout(float maxAdvance)
          Returns the next layout, and updates the current position.
 TextLayout LineBreakMeasurer.nextLayout(float wrappingWidth, int offsetLimit, boolean requireNextWord)
          Returns the next layout, and updates the current position.
 

Methods in java.awt.font with parameters of type TextLayout
 boolean TextLayout.equals(TextLayout rhs)
          Returns true if the two layouts are equal.
 TextHitInfo TextLayout.CaretPolicy.getStrongCaret(TextHitInfo hit1, TextHitInfo hit2, TextLayout layout)
          Chooses one of the specified TextHitInfo instances as a strong caret in the specified TextLayout.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
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.