Java Platform 1.2
Beta 4

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)
          Create a copy of this layout justified to the given width.
 TextLayout LineBreakMeasurer.nextLayout(float maxAdvance)
          Return the next layout, and update the current position.
 TextLayout LineBreakMeasurer.nextLayout(float wrappingWidth, int offsetLimit, boolean requireNextWord)
          Return the next layout, and update the current position.
 

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


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.