public class TextWrap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
indent
An indent applied to the first line of text.
|
static TextWrap |
MANUAL
An instance that indicates that we should only wrap on manual line breaks and not at any
specific width.
|
float |
width
The width at which the text is wrapped.
|
| Constructor and Description |
|---|
TextWrap(float width)
Creates a text wrap config with the specified width and no indent.
|
TextWrap(float width,
float indent)
Creates a text wrap config with the specified width and indent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public static final TextWrap MANUAL
public final float width
public final float indent
Copyright © 2018. All Rights Reserved.