Class NodeRenderer.Info

java.lang.Object
com.github.weisj.jsvg.renderer.NodeRenderer.Info
All Implemented Interfaces:
AutoCloseable
Enclosing class:
NodeRenderer

public static class NodeRenderer.Info extends Object implements AutoCloseable
  • Field Details

    • renderable

      @NotNull public final @NotNull Renderable renderable
    • context

      @NotNull public final @NotNull RenderContext context
    • output

      @NotNull public final @NotNull Output output
  • Method Details

    • output

      @NotNull public @NotNull Output output()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable