com.ibm.richtext.textformat |
C:ICU4J .lang Package Overview
Classes that format text in a background thread and render the formatted text to a graphics.
|
Java Source File Name | Type | Comment |
AsyncFormatter.java | Class | This class implements MFormatter. |
BidiParagraphRenderer.java | Class | |
ClipWorkaround.java | Class | This class exists to work around a clipping bug in JDK 1.2. |
DefaultCharacterMetric.java | Class | This class is used by the Formatter to estimate the height
of characters in a particular style. |
FontResolver.java | Class | |
LayoutInfo.java | Class | |
MFormatter.java | Class | This class formats lines of text to a given length.
It provides services needed for static text display,
and also editable text, including: displaying text,
reformatting text after an edit, converting between
screen locations and offsets into the text, calculating
areas of the screen for "highlighting," and computing
offsets into the text resulting from arrow keys.
Text clients instantiate this class with an
MConstText object and a format width. |
MTextIterator.java | Class | An AttributedCharacterIterator over an MConstText. |
ParagraphRenderer.java | Class | ParagraphRenderer is a factory for LayoutInfo objects. |
TestMTextIterator.java | Class | Test for MTextIterator. |
TextOffset.java | Class | A TextOffset indicates both an integer offset into text and a placement
on one of the characters adjacent to the offset. |