Uses of Interface
net.sourceforge.argparse4j.helper.TextWidthCounter
-
Packages that use TextWidthCounter Package Description net.sourceforge.argparse4j net.sourceforge.argparse4j.helper net.sourceforge.argparse4j.internal -
-
Uses of TextWidthCounter in net.sourceforge.argparse4j
Methods in net.sourceforge.argparse4j that return TextWidthCounter Modifier and Type Method Description private TextWidthCounter
ArgumentParserBuilder. createTextWidthCounter()
-
Uses of TextWidthCounter in net.sourceforge.argparse4j.helper
Classes in net.sourceforge.argparse4j.helper that implement TextWidthCounter Modifier and Type Class Description class
ASCIITextWidthCounter
This implementation assumes text contains only narrow characters,class
CJKTextWidthCounter
CJK aware TextWidthCounter implementation.Methods in net.sourceforge.argparse4j.helper with parameters of type TextWidthCounter Modifier and Type Method Description static void
TextHelper. printHelp(java.io.PrintWriter writer, java.lang.String title, java.lang.String help, TextWidthCounter textWidthCounter, int width)
static java.lang.String
TextHelper. 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
Fields in net.sourceforge.argparse4j.internal declared as TextWidthCounter Modifier and Type Field Description (package private) TextWidthCounter
ArgumentParserConfigurationImpl. textWidthCounter_
Methods in net.sourceforge.argparse4j.internal that return TextWidthCounter Modifier and Type Method Description (package private) TextWidthCounter
ArgumentParserImpl. getTextWidthCounter()
Methods in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounter Modifier and Type Method Description void
ArgumentImpl. printHelp(java.io.PrintWriter writer, boolean defaultHelp, TextWidthCounter textWidthCounter, int width)
Constructors in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounter Constructor Description ArgumentParserConfigurationImpl(java.lang.String prog, boolean addHelp, java.lang.String prefixChars, java.lang.String fromFilePrefix, java.util.Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)
ArgumentParserConfigurationImpl(java.lang.String prog, boolean addHelp, java.lang.String prefixChars, java.lang.String fromFilePrefix, java.util.ResourceBundle resourceBundle, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)
-