Package com.github.weisj.jsvg.renderer
Class Info
java.lang.Object
com.github.weisj.jsvg.renderer.Info
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
Info.InfoWithIsolation
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final @NotNull RenderContext
protected final @NotNull Output
private final @NotNull Renderable
-
Constructor Summary
ConstructorsConstructorDescriptionInfo
(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
@NotNull RenderContext
context()
@NotNull Output
output()
@NotNull Renderable
-
Field Details
-
context
-
output
-
renderable
-
-
Constructor Details
-
Info
Info(@NotNull @NotNull Renderable renderable, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output)
-
-
Method Details
-
renderable
-
output
-
context
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-