Generated by
JDiff

Class java.awt.font.TextLayout

Changed Constructors
TextLayout(String, Font, FontRenderContext) Documentation changed from old to new.
Constructs a TextLayout from a String and a Font All the text is styled using the specified Font.
TextLayout(String, Map, FontRenderContext) Documentation changed from old to new.
Constructs a TextLayout from a String and an attribute set.
TextLayout(AttributedCharacterIterator, FontRenderContext) Documentation changed from old to new.
Constructs a TextLayout from an iterator over styled text.
 

Changed Methods
float[] getCaretInfo(TextHitInfo, Rectangle2D) Documentation changed from old to new.
Returns information about the caret corresponding to hit.