Uses of Interface
com.github.weisj.jsvg.parser.css.StyleSheet.RuleConsumer
-
Packages that use StyleSheet.RuleConsumer Package Description com.github.weisj.jsvg.parser.css com.github.weisj.jsvg.parser.css.impl -
-
Uses of StyleSheet.RuleConsumer in com.github.weisj.jsvg.parser.css
Methods in com.github.weisj.jsvg.parser.css with parameters of type StyleSheet.RuleConsumer Modifier and Type Method Description void
StyleSheet. forEachMatchingRule(@NotNull ParsedElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
Uses of StyleSheet.RuleConsumer in com.github.weisj.jsvg.parser.css.impl
Methods in com.github.weisj.jsvg.parser.css.impl with parameters of type StyleSheet.RuleConsumer Modifier and Type Method Description void
SimpleStyleSheet. forEachMatchingRule(@NotNull ParsedElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-