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 TextWidthCounterArgumentParserBuilder.createTextWidthCounter() -
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
Fields in net.sourceforge.argparse4j.internal declared as TextWidthCounterModifier and TypeFieldDescription(package private) final TextWidthCounterArgumentParserConfigurationImpl.textWidthCounter_Methods in net.sourceforge.argparse4j.internal that return TextWidthCounterModifier and TypeMethodDescription(package private) TextWidthCounterArgumentParserImpl.getTextWidthCounter()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) privateArgumentParserConfigurationImpl(String prog, boolean addHelp, String prefixChars, String fromFilePrefix, ResourceBundle resourceBundle, TextWidthCounter textWidthCounter, int formatWidth, boolean singleMetavar, boolean noDestConversionForPositionalArgs, boolean includeArgumentNamesAsKeysInResult, boolean mustHelpTextIncludeMutualExclusivity)