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.impl 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 BlittableImageFilter.FilterInfo. blittableImageConstructors 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.impl
Fields in com.github.weisj.jsvg.renderer.impl declared as BlittableImage Modifier and Type Field Description private @NotNull BlittableImageInfo.InfoWithIsolation. blittableImageConstructors in com.github.weisj.jsvg.renderer.impl 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 BlittableImageBlittableImage. 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 BlittableImageBlittableImage. 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)
-