Uses of Class
com.github.weisj.jsvg.util.BlittableImage
Packages that use BlittableImage
Package
Description
-
Uses of BlittableImage in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as BlittableImageModifier and TypeFieldDescriptionprivate final @NotNull BlittableImage
Filter.FilterInfo.blittableImage
Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type BlittableImageModifierConstructorDescriptionFilterInfo
(@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 BlittableImageModifier and TypeFieldDescriptionprivate final @NotNull BlittableImage
Info.InfoWithIsolation.blittableImage
Constructors in com.github.weisj.jsvg.renderer with parameters of type BlittableImageModifierConstructorDescriptionprivate
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 BlittableImageModifier 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)