Uses of Interface
com.github.weisj.jsvg.renderer.output.Output
Packages that use Output
Package
Description
-
Uses of Output in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg with parameters of type OutputModifier and TypeMethodDescriptionvoidSVGDocument.renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds) voidSVGDocument.renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState) -
Uses of Output in com.github.weisj.jsvg.paint
Methods in com.github.weisj.jsvg.paint with parameters of type OutputModifier and TypeMethodDescriptiondefault voidSimplePaintSVGPaint.drawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) voidSVGPaint.drawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) default voidSimplePaintSVGPaint.fillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) voidSVGPaint.fillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull Shape shape, @Nullable Rectangle2D bounds) -
Uses of Output in com.github.weisj.jsvg.parser.resources
Methods in com.github.weisj.jsvg.parser.resources with parameters of type OutputModifier and TypeMethodDescriptionvoidRenderableResource.render(@NotNull Output output, @NotNull RenderContext context, @NotNull AffineTransform transform) -
Uses of Output in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type OutputModifier and TypeMethodDescriptionvoidvoidvoidRenderContext.transform(@NotNull Output output, @NotNull AffineTransform at) voidvoid -
Uses of Output in com.github.weisj.jsvg.renderer.output
Methods in com.github.weisj.jsvg.renderer.output that return OutputModifier and TypeMethodDescription@NotNull OutputOutput.createChild()static @NotNull OutputOutput.createForGraphics(@NotNull Graphics2D g) Create a new output for the given graphics context.