Uses of Class
com.github.weisj.jsvg.nodes.filter.Filter.FilterInfo
-
Packages that use Filter.FilterInfo Package Description com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.renderer -
-
Uses of Filter.FilterInfo in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as Filter.FilterInfo Modifier and Type Field Description private Filter.FilterInfo
FilterContext. info
Methods in com.github.weisj.jsvg.nodes.filter that return Filter.FilterInfo Modifier and Type Method Description Filter.FilterInfo
FilterContext. info()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type Filter.FilterInfo Modifier and Type Method Description @NotNull java.awt.image.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.FilterInfo Constructor Description FilterContext(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable java.awt.RenderingHints renderingHints)
-
Uses of Filter.FilterInfo in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as Filter.FilterInfo Modifier and Type Field Description private Filter.FilterInfo
Info.InfoWithIsolation. filterInfo
Constructors in com.github.weisj.jsvg.renderer with parameters of type Filter.FilterInfo Constructor Description 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)
-