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.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 java.awt.Graphics2D g, @NotNull BlittableImage blittableImage, @NotNull java.awt.geom.Rectangle2D elementBounds)
-
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 @NotNull 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)
-