Class StyleProperty

java.lang.Object
com.github.weisj.jsvg.parser.css.StyleProperty

@Immutable public final class StyleProperty extends Object
  • Field Details

    • name

      @NotNull private final @NotNull String name
    • value

      @NotNull private final @NotNull String value
  • Constructor Details

    • StyleProperty

      public StyleProperty(@NotNull @NotNull String name, @NotNull @NotNull String value)
  • Method Details