Uses of Class
com.github.weisj.jsvg.renderer.IsolationEffects
-
Packages that use IsolationEffects Package Description com.github.weisj.jsvg.renderer -
-
Uses of IsolationEffects in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as IsolationEffects Modifier and Type Field Description private @NotNull IsolationEffects
Info.InfoWithIsolation. isolationEffects
Methods in com.github.weisj.jsvg.renderer with parameters of type IsolationEffects Modifier and Type Method Description (package private) static @Nullable Info.InfoWithIsolation
Info.InfoWithIsolation. create(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects effects)
Constructors in com.github.weisj.jsvg.renderer with parameters of type IsolationEffects 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)
-