Uses of Class
com.github.weisj.jsvg.parser.css.StyleProperty
-
Packages that use StyleProperty Package Description com.github.weisj.jsvg.parser.css com.github.weisj.jsvg.parser.css.impl -
-
Uses of StyleProperty in com.github.weisj.jsvg.parser.css
Methods in com.github.weisj.jsvg.parser.css with parameters of type StyleProperty Modifier and Type Method Description void
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 StyleProperty Modifier and Type Field Description private @NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. classRules
private @NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. idRules
private @NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. tagNameRules
Methods in com.github.weisj.jsvg.parser.css.impl that return types with arguments of type StyleProperty Modifier and Type Method Description @NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. classRules()
@NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. idRules()
private @NotNull java.util.List<StyleProperty>
SimpleCssParser.Parser. readProperties()
@NotNull java.util.Map<java.lang.String,@NotNull java.util.List<@NotNull StyleProperty>>
SimpleStyleSheet. tagNameRules()
Method parameters in com.github.weisj.jsvg.parser.css.impl with type arguments of type StyleProperty Modifier and Type Method Description (package private) void
SimpleStyleSheet. addClassRules(@NotNull java.lang.String className, @NotNull java.util.List<@NotNull StyleProperty> rule)
(package private) void
SimpleStyleSheet. addIdRules(@NotNull java.lang.String id, @NotNull java.util.List<@NotNull StyleProperty> rule)
(package private) void
SimpleStyleSheet. addTagNameRules(@NotNull java.lang.String tagName, @NotNull java.util.List<@NotNull StyleProperty> rule)
-