public abstract class BaseText extends Object implements Text
Text.Serializer| Modifier and Type | Field and Description |
|---|---|
protected List<Text> |
siblings |
private Style |
style |
| Constructor and Description |
|---|
BaseText() |
| Modifier and Type | Method and Description |
|---|---|
Text |
append(Text text) |
boolean |
equals(Object obj) |
List<Text> |
getSiblings() |
Style |
getStyle() |
int |
hashCode() |
Text |
setStyle(Style style) |
Stream<Text> |
stream() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitappend, asFormattedString, asString, asTruncatedString, copy, copyWithoutChildren, deepCopy, formatted, formatted, getString, iterator, streamCopied, styledforEach, spliteratorpublic List<Text> getSiblings()
getSiblings in interface Text