Package com.github.weisj.jsvg.renderer
Class NodeRenderer.Info
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.NodeRenderer.Info
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
NodeRenderer.InfoWithFilter
- Enclosing class:
- NodeRenderer
public static class NodeRenderer.Info extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull RenderContext
context
@NotNull java.awt.Graphics2D
g
@NotNull Renderable
renderable
-
Constructor Summary
Constructors Constructor Description Info(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull java.awt.Graphics2D g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
@NotNull java.awt.Graphics2D
graphics()
-
-
-
Field Detail
-
renderable
@NotNull public final @NotNull Renderable renderable
-
context
@NotNull public final @NotNull RenderContext context
-
g
@NotNull public final @NotNull java.awt.Graphics2D g
-
-
Constructor Detail
-
Info
Info(@NotNull @NotNull Renderable renderable, @NotNull @NotNull RenderContext context, @NotNull @NotNull java.awt.Graphics2D g)
-
-