Uses of Interface
com.github.weisj.jsvg.util.BlittableImage.BufferSurfaceSupplier
Packages that use BlittableImage.BufferSurfaceSupplier
-
Uses of BlittableImage.BufferSurfaceSupplier in com.github.weisj.jsvg.util
Fields in com.github.weisj.jsvg.util declared as BlittableImage.BufferSurfaceSupplierModifier and TypeFieldDescriptionprivate final BlittableImage.BufferSurfaceSupplier
CachedSurfaceSupplier.surfaceSupplier
Methods in com.github.weisj.jsvg.util that return BlittableImage.BufferSurfaceSupplierMethods in com.github.weisj.jsvg.util with parameters of type BlittableImage.BufferSurfaceSupplierModifier and TypeMethodDescriptionstatic @Nullable BlittableImage
BlittableImage.create
(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable Rectangle2D clipBounds, @NotNull Rectangle2D bounds, @NotNull Rectangle2D objectBounds, @NotNull UnitType contentUnits) static @Nullable BlittableImage
BlittableImage.create
(@NotNull BlittableImage.BufferSurfaceSupplier bufferSurfaceSupplier, @NotNull RenderContext context, @Nullable Rectangle2D clipBounds, @NotNull Rectangle2D bounds, @NotNull Rectangle2D objectBounds, @NotNull UnitType contentUnits, @NotNull RenderContext imageContext) Constructors in com.github.weisj.jsvg.util with parameters of type BlittableImage.BufferSurfaceSupplierModifierConstructorDescriptionCachedSurfaceSupplier
(@NotNull BlittableImage.BufferSurfaceSupplier surfaceSupplier)