Uses of Interface
com.github.weisj.jsvg.parser.css.StyleSheet.RuleConsumer
Packages that use StyleSheet.RuleConsumer
-
Uses of StyleSheet.RuleConsumer in com.github.weisj.jsvg.parser.css
Methods in com.github.weisj.jsvg.parser.css with parameters of type StyleSheet.RuleConsumerModifier and TypeMethodDescriptionvoid
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.RuleConsumerModifier and TypeMethodDescriptionvoid
SimpleStyleSheet.forEachMatchingRule
(@NotNull ParsedElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)