Uses of Class
com.github.weisj.jsvg.util.BlittableImage
-
Packages that use BlittableImage Package Description com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.renderer com.github.weisj.jsvg.util -
-
Uses of BlittableImage in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as BlittableImage Modifier and Type Field Description private @NotNull BlittableImage
Filter.FilterInfo. blittableImage
Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type BlittableImage Constructor Description FilterInfo(@NotNull BlittableImage blittableImage, @NotNull Output imageOutput, @NotNull Filter.FilterBounds filterBounds)
-
Uses of BlittableImage in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as BlittableImage Modifier and Type Field Description private @NotNull BlittableImage
Info.InfoWithIsolation. blittableImage
Constructors in com.github.weisj.jsvg.renderer with parameters of type BlittableImage Constructor Description 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)
-
Uses of BlittableImage in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that return BlittableImage Modifier and Type Method Description static @Nullable BlittableImage
BlittableImage. create(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable java.awt.geom.Rectangle2D clipBounds, @NotNull java.awt.geom.Rectangle2D bounds, @NotNull java.awt.geom.Rectangle2D objectBounds, @NotNull UnitType contentUnits)
static @Nullable BlittableImage
BlittableImage. create(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable java.awt.geom.Rectangle2D clipBounds, @NotNull java.awt.geom.Rectangle2D bounds, @NotNull java.awt.geom.Rectangle2D objectBounds, @NotNull UnitType contentUnits, @NotNull RenderContext imageContext)
-