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

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.
 


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.