public class DefaultNutsTextStyled extends AbstractNutsText implements net.thevpc.nuts.NutsTextStyled
| Constructor and Description |
|---|
DefaultNutsTextStyled(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsText child,
net.thevpc.nuts.NutsTextStyles textStyle) |
DefaultNutsTextStyled(net.thevpc.nuts.NutsSession session,
String start,
String end,
net.thevpc.nuts.NutsText child,
boolean completed,
net.thevpc.nuts.NutsTextStyles textStyle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
net.thevpc.nuts.NutsText |
getChild() |
String |
getEnd() |
String |
getStart() |
net.thevpc.nuts.NutsTextStyles |
getStyles() |
net.thevpc.nuts.NutsTextType |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
builder, getSession, getWorkspace, immutable, isBlank, textLength, toTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic DefaultNutsTextStyled(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsText child,
net.thevpc.nuts.NutsTextStyles textStyle)
public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.NutsStringisEmpty in class AbstractNutsTextpublic net.thevpc.nuts.NutsTextStyles getStyles()
getStyles in interface net.thevpc.nuts.NutsTextStyledpublic net.thevpc.nuts.NutsTextType getType()
getType in interface net.thevpc.nuts.NutsTextpublic String getEnd()
public String getStart()
public net.thevpc.nuts.NutsText getChild()
getChild in interface net.thevpc.nuts.NutsTextStyledpublic String toString()
toString in interface net.thevpc.nuts.NutsStringtoString in class AbstractNutsTextpublic String filteredText()
filteredText in interface net.thevpc.nuts.NutsStringfilteredText in class AbstractNutsTextCopyright © 2022 vpc open source initiative. All rights reserved.