Uses of Interface
com.github.weisj.jsvg.util.BlittableImage.BufferSurfaceSupplier
-
Packages that use BlittableImage.BufferSurfaceSupplier Package Description com.github.weisj.jsvg.util -
-
Uses of BlittableImage.BufferSurfaceSupplier in com.github.weisj.jsvg.util
Fields in com.github.weisj.jsvg.util declared as BlittableImage.BufferSurfaceSupplier Modifier and Type Field Description private BlittableImage.BufferSurfaceSupplierCachedSurfaceSupplier. surfaceSupplierMethods in com.github.weisj.jsvg.util that return BlittableImage.BufferSurfaceSupplier Modifier and Type Method Description BlittableImage.BufferSurfaceSupplierCachedSurfaceSupplier. surfaceSupplier(boolean useCache)Methods in com.github.weisj.jsvg.util with parameters of type BlittableImage.BufferSurfaceSupplier 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)Constructors in com.github.weisj.jsvg.util with parameters of type BlittableImage.BufferSurfaceSupplier Constructor Description CachedSurfaceSupplier(@NotNull BlittableImage.BufferSurfaceSupplier surfaceSupplier)
-