public class ConcreteTextLayoutFactory extends java.lang.Object implements TextLayoutFactory
TextSpanLayout| Constructor and Description |
|---|
ConcreteTextLayoutFactory() |
| Modifier and Type | Method and Description |
|---|---|
TextSpanLayout |
createTextLayout(java.text.AttributedCharacterIterator aci,
int[] charMap,
java.awt.geom.Point2D offset,
java.awt.font.FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
public TextSpanLayout createTextLayout(java.text.AttributedCharacterIterator aci, int[] charMap, java.awt.geom.Point2D offset, java.awt.font.FontRenderContext frc)
createTextLayout in interface TextLayoutFactoryaci - The character iterator to be laid outcharMap - Indicates how chars in aci map to original
text char array.offset - The offset position for the text layout.frc - The font render context to use when creating the text layout.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.