Class SVGDocument

java.lang.Object
com.github.weisj.jsvg.SVGDocument

public final class SVGDocument extends Object
  • Constructor Details

    • SVGDocument

      public SVGDocument(@NotNull @NotNull SVG root)
  • Method Details

    • size

      @NotNull public @NotNull FloatSize size()
    • render

      public void render(@Nullable @Nullable JComponent component, @NotNull @NotNull Graphics2D g)
    • render

      public void render(@Nullable @Nullable JComponent component, @NotNull @NotNull Graphics2D graphics2D, @Nullable @Nullable ViewBox bounds)