Uses of Enum Class
com.github.weisj.jsvg.parser.impl.SeparatorMode
Packages that use SeparatorMode
-
Uses of SeparatorMode in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return SeparatorModeModifier and TypeMethodDescriptionstatic SeparatorModeReturns the enum constant of this class with the specified name.static SeparatorMode[]SeparatorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.parser.impl with parameters of type SeparatorModeModifier and TypeMethodDescription@NotNull String @NotNull []AttributeNode.getStringList(@NotNull String name, SeparatorMode separatorMode) @NotNull String @NotNull []AttributeParser.parseStringList(@Nullable String value, SeparatorMode separatorMode) @NotNull String @Nullable []AttributeParser.parseStringList(@Nullable String value, SeparatorMode separatorMode, @NotNull String @Nullable [] fallback) static @NotNull String @NotNull []ParserUtil.parseStringList(@Nullable String value, SeparatorMode separatorMode) static @NotNull String @Nullable []ParserUtil.parseStringList(@Nullable String value, SeparatorMode separatorMode, @NotNull String @Nullable [] fallback)