Uses of Enum Class
ai.timefold.jpyinterpreter.util.DefaultFormatSpec.AlignmentOption
Packages that use DefaultFormatSpec.AlignmentOption
-
Uses of DefaultFormatSpec.AlignmentOption in ai.timefold.jpyinterpreter.util
Fields in ai.timefold.jpyinterpreter.util with type parameters of type DefaultFormatSpec.AlignmentOptionModifier and TypeFieldDescriptionDefaultFormatSpec.alignmentHow padding should be applied to fill widthMethods in ai.timefold.jpyinterpreter.util that return DefaultFormatSpec.AlignmentOptionModifier and TypeMethodDescriptionDefaultFormatSpec.AlignmentOption.fromString(String text) Returns the enum constant of this class with the specified name.static DefaultFormatSpec.AlignmentOption[]DefaultFormatSpec.AlignmentOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.jpyinterpreter.util with parameters of type DefaultFormatSpec.AlignmentOptionModifier and TypeMethodDescriptionstatic voidStringFormatter.align(StringBuilder out, DefaultFormatSpec formatSpec, DefaultFormatSpec.AlignmentOption defaultAlignment) static voidStringFormatter.alignWithPrefixRespectingSign(StringBuilder out, String prefix, DefaultFormatSpec formatSpec, DefaultFormatSpec.AlignmentOption defaultAlignment)