java.lang.Object
com.github.weisj.jsvg.renderer.Info
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
Info.InfoWithIsolation

class Info extends Object implements AutoCloseable
  • Field Details

    • context

      @NotNull protected final @NotNull RenderContext context
    • output

      @NotNull protected final @NotNull Output output
    • renderable

      @NotNull private final @NotNull Renderable renderable
  • Constructor Details

  • Method Details

    • renderable

      @NotNull public @NotNull Renderable renderable()
    • output

      @NotNull public @NotNull Output output()
    • context

      @NotNull public @NotNull RenderContext context()
    • close

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