Searched defs:TextLayout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java72 * <code>TextLayout</code> is an immutable graphical representation of styled
90 * A <code>TextLayout</code> object can be rendered using
93 * <code>TextLayout</code> can be constructed either directly or through
100 * <code>TextLayout</code> construction logically proceeds as follows:
115 * All graphical information returned from a <code>TextLayout</code>
117 * <code>TextLayout</code>, which is the intersection of the
118 * <code>TextLayout</code> object's baseline with its left edge. Also,
119 * coordinates passed into a <code>TextLayout</code> object's methods
120 * are assumed to be relative to the <code>TextLayout</code> object's
122 * <code>TextLayout</cod
238 public final class TextLayout implements Cloneable { class in inherits:Cloneable
371 public TextLayout(String string, Font font, FontRenderContext frc) { method in class:TextLayout
419 public TextLayout(String string, Map<? extends Attribute,?> attributes, method in class:TextLayout
503 public TextLayout(AttributedCharacterIterator text, FontRenderContext frc) { method in class:TextLayout
549 TextLayout(TextLine textLine, method in class:TextLayout
[all...]

Completed in 32 milliseconds