Uses of Class
com.github.weisj.jsvg.nodes.filter.Filter.FilterInfo
Packages that use Filter.FilterInfo
-
Uses of Filter.FilterInfo in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as Filter.FilterInfoMethods in com.github.weisj.jsvg.nodes.filter that return Filter.FilterInfoMethods in com.github.weisj.jsvg.nodes.filter with parameters of type Filter.FilterInfoModifier and TypeMethodDescription@NotNull BufferedImage
Filter.applyFilter
(@NotNull Output output, @NotNull RenderContext context, @NotNull Filter.FilterInfo filterInfo) Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type Filter.FilterInfoModifierConstructorDescriptionFilterContext
(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable RenderingHints renderingHints) -
Uses of Filter.FilterInfo in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as Filter.FilterInfoModifier and TypeFieldDescriptionprivate final Filter.FilterInfo
Info.InfoWithIsolation.filterInfo
Constructors in com.github.weisj.jsvg.renderer with parameters of type Filter.FilterInfoModifierConstructorDescriptionprivate
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)