Uses of Class
com.github.weisj.jsvg.renderer.impl.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 TypeMethodDescriptionvoidClipPath.applyClip(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds) @NotNull ShapeClipPath.clipShape(@NotNull RenderContext context, @NotNull ElementBounds elementBounds, boolean useSoftClip) @NotNull PaintMask.createMaskPaint(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds) @NotNull PaintClipPath.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.FilterBoundsFilter.createFilterBounds(@Nullable Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds) -
Uses of ElementBounds in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type ElementBoundsModifier and TypeMethodDescriptiondefault voidTransformable.applyTransform(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds bounds) default @Nullable AffineTransformTransformable.effectiveTransform(@NotNull RenderContext context, @NotNull ElementBounds bounds) default ShapeTransformable.transformShape(@NotNull Shape shape, @NotNull RenderContext renderContext, @NotNull ElementBounds elementBounds) -
Uses of ElementBounds in com.github.weisj.jsvg.renderer.impl
Fields in com.github.weisj.jsvg.renderer.impl declared as ElementBoundsModifier and TypeFieldDescriptionprivate final @NotNull ElementBoundsInfo.InfoWithIsolation.elementBoundsMethods in com.github.weisj.jsvg.renderer.impl that return ElementBoundsModifier and TypeMethodDescriptionstatic @NotNull ElementBoundsElementBounds.fromUntransformedBounds(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Rectangle2D bounds, HasShape.Box box) Methods in com.github.weisj.jsvg.renderer.impl with parameters of type ElementBoundsModifier and TypeMethodDescriptionprivate static voidNodeRenderer.applyTransform(@NotNull Renderable renderable, @NotNull Output childOutput, @NotNull RenderContext childContext, @NotNull ElementBounds elementBounds) (package private) static @Nullable Info.InfoWithIsolationInfo.InfoWithIsolation.create(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects effects) private static @Nullable ClipPathNodeRenderer.setupClip(@NotNull HasClip renderable, @NotNull ElementBounds elementBounds, @NotNull RenderContext childContext, @NotNull Output childOutput) private static @Nullable MaskNodeRenderer.setupMask(HasClip renderable, ElementBounds elementBounds, Output childOutput, RenderContext childContext) Constructors in com.github.weisj.jsvg.renderer.impl with parameters of type ElementBoundsModifierConstructorDescriptionprivateInfoWithIsolation(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull Output output, @NotNull Output imageOutput, @NotNull BlittableImage blittableImage, @NotNull ElementBounds elementBounds, @NotNull IsolationEffects isolationEffects, Filter.FilterInfo filterInfo)