NBoundAffixList |
NBoundAffixList.addAffix(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffix(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
NBoundAffixList |
NBoundAffixList.addAffixNewLine(int index,
net.thevpc.nuts.text.NNewLineMode newLineMode,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixNewLine(net.thevpc.nuts.text.NNewLineMode newLineMode,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSeparator(int index,
String separator,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSeparator(String separator,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSpace(int index,
String space,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAffixSpace(String space,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
NBoundAffixList |
NBoundAffixList.addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
NBoundAffixList |
NBoundAffixList.addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
NBoundAffixList |
NBoundAffixList.addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
NBoundAffixList |
NBoundAffixList.addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
NBoundAffixList |
NBoundAffixList.addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
NBoundAffixList |
NBoundAffixList.addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
NBoundAffixList |
NBoundAffixList.clearAffixes() |
NBoundAffixList |
NBoundAffixList.clearAnnotations() |
NBoundAffixList |
NBoundAffixList.clearComments() |
NBoundAffixList |
NBoundAffixList.filter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter) |
NBoundAffixList |
NBoundAffixList.filterAcceptAnchors(net.thevpc.nuts.elem.NAffixAnchor... anchors) |
NBoundAffixList |
NBoundAffixList.orderComparator(Comparator<net.thevpc.nuts.elem.NBoundAffix> orderComparator) |
NBoundAffixList |
NBoundAffixList.removeAffix(int index) |
NBoundAffixList |
NBoundAffixList.removeAffix(net.thevpc.nuts.elem.NAffix affix) |
NBoundAffixList |
NBoundAffixList.removeAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
NBoundAffixList |
NBoundAffixList.setAffix(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
NBoundAffixList.setAffix(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
NBoundAffixList.setFilter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter) |