Uses of Interface
net.sourceforge.argparse4j.helper.TextWidthCounter
-
Packages that use TextWidthCounter Package Description net.sourceforge.argparse4j.helper net.sourceforge.argparse4j.internal -
-
Uses of TextWidthCounter in net.sourceforge.argparse4j.helper
Classes in net.sourceforge.argparse4j.helper that implement TextWidthCounter Modifier and Type Class Description classASCIITextWidthCounterThis implementation assumes text contains only narrow characters,classCJKTextWidthCounterCJK aware TextWidthCounter implementation.Methods in net.sourceforge.argparse4j.helper with parameters of type TextWidthCounter Modifier and Type Method Description static voidTextHelper. printHelp(java.io.PrintWriter writer, java.lang.String title, java.lang.String help, TextWidthCounter textWidthCounter, int width)static java.lang.StringTextHelper. wrap(TextWidthCounter textWidthCounter, java.lang.String s, int width, int initialOffset, java.lang.String initialIndent, java.lang.String subsequentIndent) -
Uses of TextWidthCounter in net.sourceforge.argparse4j.internal
Methods in net.sourceforge.argparse4j.internal that return TextWidthCounter Modifier and Type Method Description TextWidthCounterArgumentParserImpl. getTextWidthCounter()Methods in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounter Modifier and Type Method Description voidArgumentImpl. printHelp(java.io.PrintWriter writer, boolean defaultHelp, TextWidthCounter textWidthCounter, int width)Constructors in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounter Constructor Description ArgumentParserImpl(java.lang.String prog, boolean addHelp, java.lang.String prefixChars, java.lang.String fromFilePrefix, TextWidthCounter textWidthCounter)ArgumentParserImpl(java.lang.String prog, boolean addHelp, java.lang.String prefixChars, java.lang.String fromFilePrefix, TextWidthCounter textWidthCounter, java.lang.String command, ArgumentParserImpl mainParser)SubparserImpl(java.lang.String prog, boolean addHelp, java.lang.String prefixChars, java.lang.String fromFilePrefix, TextWidthCounter textWidthCounter, java.lang.String command, ArgumentParserImpl mainParser)
-