Uses of Interface
net.sourceforge.argparse4j.helper.TextWidthCounter
Packages that use TextWidthCounter
-
Uses of TextWidthCounter in net.sourceforge.argparse4j.helper
Classes in net.sourceforge.argparse4j.helper that implement TextWidthCounterModifier and TypeClassDescriptionclass
This implementation assumes text contains only narrow characters,class
CJK aware TextWidthCounter implementation.Methods in net.sourceforge.argparse4j.helper with parameters of type TextWidthCounterModifier and TypeMethodDescriptionstatic void
TextHelper.printHelp
(PrintWriter writer, String title, String help, TextWidthCounter textWidthCounter, int width) static String
TextHelper.wrap
(TextWidthCounter textWidthCounter, String s, int width, int initialOffset, String initialIndent, String subsequentIndent) -
Uses of TextWidthCounter in net.sourceforge.argparse4j.internal
Methods in net.sourceforge.argparse4j.internal that return TextWidthCounterMethods in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounterModifier and TypeMethodDescriptionvoid
ArgumentImpl.printHelp
(PrintWriter writer, boolean defaultHelp, TextWidthCounter textWidthCounter, int width) Constructors in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounterModifierConstructorDescriptionArgumentParserImpl
(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, TextWidthCounter textWidthCounter) ArgumentParserImpl
(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, TextWidthCounter textWidthCounter, String command, ArgumentParserImpl mainParser) SubparserImpl
(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, TextWidthCounter textWidthCounter, String command, ArgumentParserImpl mainParser)