public class DefaultNTextStyled extends AbstractNText implements net.thevpc.nuts.text.NTextStyled
| Constructor and Description |
|---|
DefaultNTextStyled(net.thevpc.nuts.text.NText child,
net.thevpc.nuts.text.NTextStyles textStyle) |
DefaultNTextStyled(String start,
String end,
net.thevpc.nuts.text.NText child,
boolean completed,
net.thevpc.nuts.text.NTextStyles textStyles) |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.text.NText |
appendStyle(net.thevpc.nuts.text.NText any,
net.thevpc.nuts.text.NTextStyles textStyles) |
net.thevpc.nuts.text.NText |
child() |
boolean |
equals(Object o) |
String |
filteredText() |
String |
getEnd() |
String |
getStart() |
int |
hashCode() |
net.thevpc.nuts.text.NText |
immutable() |
boolean |
isEmpty() |
boolean |
isWhitespace() |
int |
length() |
net.thevpc.nuts.text.NText |
simplify() |
net.thevpc.nuts.text.NTextStyles |
styles() |
net.thevpc.nuts.text.NText |
substring(int start,
int end) |
List<net.thevpc.nuts.text.NPrimitiveText> |
toCharList() |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> |
toCharStream() |
net.thevpc.nuts.text.NText |
trim() |
net.thevpc.nuts.text.NText |
trimLeft() |
net.thevpc.nuts.text.NText |
trimRight() |
net.thevpc.nuts.text.NTextType |
type() |
builder, concat, concat, isBlank, isNewLine, isNormalized, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuilder, concat, concat, isNewLine, isNormalized, isPrimitive, isString, normalize, normalize, normalize, of, of, of, ofAnchor, ofAnchor, ofBlank, ofCode, ofCode, ofCodeOrCommand, ofCodeOrCommand, ofCodeOrCommand, ofCommand, ofInclude, ofInclude, ofLink, ofLink, ofList, ofList, ofNewLine, ofNumbering, ofNumbering, ofPlain, ofSpace, ofSpaces, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyledError, ofStyledPath, ofStyledPrimary1, ofStyledPrimary2, ofStyledPrimary3, ofStyledPrimary4, ofStyledPrimary5, ofStyledPrimary6, ofStyledPrimary7, ofStyledPrimary8, ofStyledPrimary9, ofStyledSuccess, ofStyledWarn, ofTitle, ofTitle, repeat, repeatln, split, split, split, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, toStringpublic DefaultNTextStyled(net.thevpc.nuts.text.NText child,
net.thevpc.nuts.text.NTextStyles textStyle)
public static net.thevpc.nuts.text.NText appendStyle(net.thevpc.nuts.text.NText any,
net.thevpc.nuts.text.NTextStyles textStyles)
public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.text.NTextisEmpty in class AbstractNTextpublic net.thevpc.nuts.text.NTextStyles styles()
styles in interface net.thevpc.nuts.text.NTextStyledpublic net.thevpc.nuts.text.NTextType type()
type in interface net.thevpc.nuts.text.NTextpublic String getEnd()
public String getStart()
public net.thevpc.nuts.text.NText child()
child in interface net.thevpc.nuts.text.NTextStyledpublic String filteredText()
filteredText in interface net.thevpc.nuts.text.NTextfilteredText in class AbstractNTextpublic int length()
length in interface net.thevpc.nuts.text.NTextlength in class AbstractNTextpublic net.thevpc.nuts.text.NText immutable()
immutable in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText simplify()
simplify in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NPrimitiveText> toCharList()
toCharList in interface net.thevpc.nuts.text.NTexttoCharList in class AbstractNTextpublic boolean isWhitespace()
isWhitespace in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> toCharStream()
toCharStream in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText substring(int start,
int end)
substring in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimLeft()
trimLeft in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimRight()
trimRight in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trim()
trim in interface net.thevpc.nuts.text.NTextCopyright © 2026 vpc open source initiative. All rights reserved.