Class SimpleStyleSheet
java.lang.Object
com.github.weisj.jsvg.parser.css.impl.SimpleStyleSheet
- All Implemented Interfaces:
StyleSheet
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.parser.css.StyleSheet
StyleSheet.RuleConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Map<String,@NotNull List<@NotNull StyleProperty>> voidforEachMatchingRule(@NotNull ParsedElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer) @NotNull Map<String,@NotNull List<@NotNull StyleProperty>> idRules()@NotNull Map<String,@NotNull List<@NotNull StyleProperty>>
-
Constructor Details
-
SimpleStyleSheet
public SimpleStyleSheet()
-
-
Method Details
-
classRules
-
idRules
-
tagNameRules
-
forEachMatchingRule
public void forEachMatchingRule(@NotNull @NotNull ParsedElement element, @NotNull @NotNull StyleSheet.RuleConsumer ruleConsumer) - Specified by:
forEachMatchingRulein interfaceStyleSheet
-