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