Package com.github.weisj.jsvg.renderer
Class Info.InfoWithIsolation
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.Info
-
- com.github.weisj.jsvg.renderer.Info.InfoWithIsolation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.jsvg.renderer.Info
Info.InfoWithIsolation
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull BlittableImage
blittableImage
private @NotNull ElementBounds
elementBounds
private Filter.FilterInfo
filterInfo
private @NotNull Output
imageOutput
private @NotNull IsolationEffects
isolationEffects
-
Constructor Summary
Constructors Modifier Constructor Description private
InfoWithIsolation(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull Output imageOutput, @NotNull BlittableImage blittableImage, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects isolationEffects, Filter.FilterInfo filterInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
@NotNull RenderContext
context()
(package private) static @Nullable Info.InfoWithIsolation
create(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects effects)
@NotNull Output
output()
-
Methods inherited from class com.github.weisj.jsvg.renderer.Info
renderable
-
-
-
-
Field Detail
-
blittableImage
@NotNull private final @NotNull BlittableImage blittableImage
-
imageOutput
@NotNull private final @NotNull Output imageOutput
-
elementBounds
@NotNull private final @NotNull ElementBounds elementBounds
-
isolationEffects
@NotNull private final @NotNull IsolationEffects isolationEffects
-
filterInfo
@Nullable private final Filter.FilterInfo filterInfo
-
-
Constructor Detail
-
InfoWithIsolation
private InfoWithIsolation(@NotNull @NotNull Renderable renderable, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output, @NotNull @NotNull Output imageOutput, @NotNull @NotNull BlittableImage blittableImage, @NotNull @NotNull ElementBounds elementBounds, @NotNull @NotNull IsolationEffects isolationEffects, @Nullable Filter.FilterInfo filterInfo)
-
-
Method Detail
-
create
@Nullable static @Nullable Info.InfoWithIsolation create(@NotNull @NotNull Renderable renderable, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output, @NotNull @NotNull ElementBounds elementBounds, @NotNull @NotNull IsolationEffects effects)
-
context
@NotNull public @NotNull RenderContext context()
-
-