Uses of Class
com.github.weisj.jsvg.renderer.impl.ElementBounds
-
Packages that use ElementBounds Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.renderer.impl -
-
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 voidClipPath. applyClip(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds)@NotNull java.awt.ShapeClipPath. clipShape(@NotNull RenderContext context, @NotNull ElementBounds elementBounds, boolean useSoftClip)@NotNull java.awt.PaintMask. createMaskPaint(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds elementBounds)@NotNull java.awt.PaintClipPath. 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.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 ElementBounds Modifier and Type Method Description default voidTransformable. applyTransform(@NotNull Output output, @NotNull RenderContext context, @NotNull ElementBounds bounds)default @Nullable java.awt.geom.AffineTransformTransformable. effectiveTransform(@NotNull RenderContext context, @NotNull ElementBounds bounds)default java.awt.ShapeTransformable. transformShape(@NotNull java.awt.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 ElementBounds Modifier and Type Field Description private @NotNull ElementBoundsInfo.InfoWithIsolation. elementBoundsMethods in com.github.weisj.jsvg.renderer.impl that return ElementBounds Modifier and Type Method Description static @NotNull ElementBoundsElementBounds. fromUntransformedBounds(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull java.awt.geom.Rectangle2D bounds, HasShape.Box box)Methods in com.github.weisj.jsvg.renderer.impl with parameters of type ElementBounds Modifier and Type Method Description private 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 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)
-