Uses of Interface
com.github.weisj.jsvg.attributes.SuffixUnit
Packages that use SuffixUnit
Package
Description
-
Uses of SuffixUnit in com.github.weisj.jsvg.animation.time
Classes in com.github.weisj.jsvg.animation.time that implement SuffixUnit -
Uses of SuffixUnit in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return SuffixUnit -
Uses of SuffixUnit in com.github.weisj.jsvg.geometry.size
Classes in com.github.weisj.jsvg.geometry.size that implement SuffixUnit -
Uses of SuffixUnit in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type SuffixUnitModifier and TypeMethodDescriptionprivate <U,V> V AttributeParser.parseSuffixUnit(@Nullable String value, @NotNull SuffixUnit<U, V> defaultUnit, V fallback, @NotNull UnaryOperator<@Nullable SuffixUnit<U, V>> unitMapper) Method parameters in com.github.weisj.jsvg.parser.impl with type arguments of type SuffixUnitModifier and TypeMethodDescriptionprivate <U,V> V AttributeParser.parseSuffixUnit(@Nullable String value, @NotNull SuffixUnit<U, V> defaultUnit, V fallback, @NotNull UnaryOperator<@Nullable SuffixUnit<U, V>> unitMapper)