| Modifier and Type | Field and Description |
|---|---|
static TextWrap |
TextWrap.MANUAL
An instance that indicates that we should only wrap on manual line breaks and not at any
specific width.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TextLayout[] |
Graphics.layoutText(java.lang.String text,
TextFormat format,
TextWrap wrap)
Lays out multiple lines of text using the specified format and wrap configuration.
|
Copyright © 2018. All Rights Reserved.