Uses of Class
com.github.weisj.jsvg.renderer.ElementBounds
-
Packages that use ElementBounds Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.renderer -
-
Uses of ElementBounds in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type ElementBounds Modifier and Type Method Description void
ClipPath. applyClip(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds)
@NotNull java.awt.Shape
ClipPath. clipShape(@NotNull RenderContext context, @NotNull ElementBounds elementBounds, boolean useSoftClip)
@NotNull java.awt.Paint
Mask. createMaskPaint(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds)
@NotNull java.awt.Paint
ClipPath. createPaintForSoftClipping(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds, @NotNull java.awt.Shape clipShape)
-
Uses of ElementBounds in com.github.weisj.jsvg.nodes.filter
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ElementBounds Modifier and Type Method Description @Nullable Filter.FilterBounds
Filter. createFilterBounds(@Nullable Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds)
-
Uses of ElementBounds in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as ElementBounds Modifier and Type Field Description private @NotNull ElementBounds
Info.InfoWithIsolation. elementBounds
Methods in com.github.weisj.jsvg.renderer with parameters of type ElementBounds 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)
private static @Nullable ClipPath
NodeRenderer. setupClip(@NotNull HasClip renderable, @NotNull ElementBounds elementBounds, @NotNull RenderContext childContext, @NotNull Output childOutput)
private static @Nullable Mask
NodeRenderer. setupMask(HasClip renderable, ElementBounds elementBounds, Output childOutput, RenderContext childContext)
Constructors in com.github.weisj.jsvg.renderer with parameters of type ElementBounds 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)
-