Class DarkSVGIconDomProcessor<T extends DarkSVGIcon>

java.lang.Object
com.github.weisj.darklaf.properties.icons.DarkSVGIconDomProcessor<T>
All Implemented Interfaces:
com.github.weisj.jsvg.parser.DomProcessor

public class DarkSVGIconDomProcessor<T extends DarkSVGIcon> extends Object implements com.github.weisj.jsvg.parser.DomProcessor
  • Field Details

    • icon

      @NotNull protected final T extends DarkSVGIcon icon
  • Constructor Details

    • DarkSVGIconDomProcessor

      public DarkSVGIconDomProcessor(@NotNull T icon)
  • Method Details

    • process

      public void process(@NotNull @NotNull com.github.weisj.jsvg.parser.ParsedElement root)
      Specified by:
      process in interface com.github.weisj.jsvg.parser.DomProcessor