See: Description
Interface | Description |
---|---|
TextMeasurer |
An object that can measure text.
|
Class | Description |
---|---|
AttributedStringUtils |
Some utility methods for working with
AttributedString objects. |
G2TextMeasurer |
A
TextMeasurer based on a Graphics2D . |
TextBlock |
A list of
TextLine objects that form a block of text. |
TextBlockAnchor |
Used to indicate the position of an anchor point for a text block.
|
TextBox |
A box containing a text block.
|
TextFragment |
A text item, with an associated font, that fits on a single line (see
TextLine ). |
TextLine |
A sequence of
TextFragment objects that together form a line of
text. |
TextUtils |
Some utility methods for working with text in Java2D.
|
Copyright © 2001–2017 JFree.org. All rights reserved.