Uses of Interface
net.sourceforge.argparse4j.helper.TextWidthCounter
Packages that use TextWidthCounter
Package
Description
-
Uses of TextWidthCounter in net.sourceforge.argparse4j
Methods in net.sourceforge.argparse4j that return TextWidthCounterModifier and TypeMethodDescriptionprivate TextWidthCounter
ArgumentParserBuilder.createTextWidthCounter()
-
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
Fields in net.sourceforge.argparse4j.internal declared as TextWidthCounterModifier and TypeFieldDescription(package private) final TextWidthCounter
ArgumentParserConfigurationImpl.textWidthCounter_
Methods in net.sourceforge.argparse4j.internal that return TextWidthCounterModifier and TypeMethodDescription(package private) TextWidthCounter
ArgumentParserImpl.getTextWidthCounter()
Methods 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 TextWidthCounterModifierConstructorDescriptionArgumentParserConfigurationImpl
(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, Locale locale, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity) private
ArgumentParserConfigurationImpl
(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, ResourceBundle resourceBundle, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)