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 TypeClassDescriptionclassThis implementation assumes text contains only narrow characters,classCJK aware TextWidthCounter implementation.Methods in net.sourceforge.argparse4j.helper with parameters of type TextWidthCounterModifier and TypeMethodDescriptionstatic voidTextHelper.printHelp(PrintWriter writer, String title, String help, TextWidthCounter textWidthCounter, int width) static StringTextHelper.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 with parameters of type TextWidthCounterModifier and TypeMethodDescriptionvoidArgumentImpl.printHelp(PrintWriter writer, boolean defaultHelp, TextWidthCounter textWidthCounter, int width) Constructors in net.sourceforge.argparse4j.internal with parameters of type TextWidthCounterModifierConstructorDescriptionArgumentParserConfigurationImpl(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)