Uses of Class
com.github.weisj.jsvg.parser.css.StyleProperty
Packages that use StyleProperty
-
Uses of StyleProperty in com.github.weisj.jsvg.parser.css
Methods in com.github.weisj.jsvg.parser.css with parameters of type StylePropertyModifier and TypeMethodDescriptionvoid
StyleSheet.RuleConsumer.applyRule
(@NotNull StyleProperty property) -
Uses of StyleProperty in com.github.weisj.jsvg.parser.css.impl
Fields in com.github.weisj.jsvg.parser.css.impl with type parameters of type StylePropertyModifier and TypeFieldDescriptionprivate final @NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.classRules
private final @NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.idRules
private final @NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.tagNameRules
Methods in com.github.weisj.jsvg.parser.css.impl that return types with arguments of type StylePropertyModifier and TypeMethodDescription@NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.classRules()
@NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.idRules()
private @NotNull List
<StyleProperty> SimpleCssParser.Parser.readProperties()
@NotNull Map
<String, @NotNull List<@NotNull StyleProperty>> SimpleStyleSheet.tagNameRules()
Method parameters in com.github.weisj.jsvg.parser.css.impl with type arguments of type StylePropertyModifier and TypeMethodDescription(package private) void
SimpleStyleSheet.addClassRules
(@NotNull String className, @NotNull List<@NotNull StyleProperty> rule) (package private) void
SimpleStyleSheet.addIdRules
(@NotNull String id, @NotNull List<@NotNull StyleProperty> rule) (package private) void
SimpleStyleSheet.addTagNameRules
(@NotNull String tagName, @NotNull List<@NotNull StyleProperty> rule)