Uses of Class
com.github.weisj.jsvg.renderer.ElementBounds
Packages that use ElementBounds
Package
Description
-
Uses of ElementBounds in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type ElementBoundsModifier and TypeMethodDescriptionvoid
ClipPath.applyClip
(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds) @NotNull Shape
ClipPath.clipShape
(@NotNull RenderContext context, @NotNull ElementBounds elementBounds, boolean useSoftClip) @NotNull Paint
Mask.createMaskPaint
(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds) @NotNull Paint
ClipPath.createPaintForSoftClipping
(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds, @NotNull Shape clipShape) -
Uses of ElementBounds in com.github.weisj.jsvg.nodes.filter
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ElementBoundsModifier and TypeMethodDescription@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 ElementBoundsModifier and TypeFieldDescriptionprivate final @NotNull ElementBounds
Info.InfoWithIsolation.elementBounds
Methods in com.github.weisj.jsvg.renderer with parameters of type ElementBoundsModifier and TypeMethodDescription(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 ElementBoundsModifierConstructorDescriptionprivate
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)