Uses of Class
com.github.weisj.jsvg.parser.SeparatorMode
-
Packages that use SeparatorMode Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.parser -
-
Uses of SeparatorMode in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type SeparatorMode Modifier and Type Method Description @NotNull java.lang.String[]
AttributeParser. parseStringList(@Nullable java.lang.String value, SeparatorMode separatorMode)
java.lang.String @Nullable []
AttributeParser. parseStringList(@Nullable java.lang.String value, SeparatorMode separatorMode, java.lang.String @Nullable [] fallback)
-
Uses of SeparatorMode in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return SeparatorMode Modifier and Type Method Description static SeparatorMode
SeparatorMode. valueOf(java.lang.String name)
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 SeparatorMode Modifier and Type Method Description @NotNull java.lang.String[]
AttributeNode. getStringList(@NotNull java.lang.String name, SeparatorMode separatorMode)
-