Uses of Interface
com.github.weisj.jsvg.attributes.SuffixUnit
-
Packages that use SuffixUnit Package Description com.github.weisj.jsvg.animation.time com.github.weisj.jsvg.attributes com.github.weisj.jsvg.geometry.size com.github.weisj.jsvg.parser.impl -
-
Uses of SuffixUnit in com.github.weisj.jsvg.animation.time
Classes in com.github.weisj.jsvg.animation.time that implement SuffixUnit Modifier and Type Class Description class
TimeUnit
-
Uses of SuffixUnit in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return SuffixUnit Modifier and Type Method Description @NotNull SuffixUnit<T,V> @NotNull []
SuffixUnit. units()
-
Uses of SuffixUnit in com.github.weisj.jsvg.geometry.size
Classes in com.github.weisj.jsvg.geometry.size that implement SuffixUnit Modifier and Type Class Description class
Unit
-
Uses of SuffixUnit in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type SuffixUnit Modifier and Type Method Description private <U,V>
VAttributeParser. parseSuffixUnit(@Nullable java.lang.String value, @NotNull SuffixUnit<U,V> defaultUnit, V fallback, @NotNull java.util.function.UnaryOperator<@Nullable SuffixUnit<U,V>> unitMapper)
Method parameters in com.github.weisj.jsvg.parser.impl with type arguments of type SuffixUnit Modifier and Type Method Description private <U,V>
VAttributeParser. parseSuffixUnit(@Nullable java.lang.String value, @NotNull SuffixUnit<U,V> defaultUnit, V fallback, @NotNull java.util.function.UnaryOperator<@Nullable SuffixUnit<U,V>> unitMapper)
-