Package com.github.weisj.jsvg.renderer
Class NodeRenderer
java.lang.Object
com.github.weisj.jsvg.renderer.NodeRenderer
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull RenderContextcreateChildContext(@NotNull Renderable node, @NotNull RenderContext context, @Nullable Instantiator instantiator) static voidrenderNode(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output) static voidrenderNode(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static voidrenderWithSize(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static @NotNull RenderContextsetupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes) static @NotNull RenderContextsetupRenderContext(@NotNull Object node, @NotNull RenderContext context)
-
Method Details
-
renderNode
public static void renderNode(@NotNull @NotNull SVGNode node, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output) -
renderNode
public static void renderNode(@NotNull @NotNull SVGNode node, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output, @Nullable @Nullable Instantiator instantiator) -
renderWithSize
public static void renderWithSize(@NotNull @NotNull BaseInnerViewContainer node, @NotNull @NotNull FloatSize size, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output, @Nullable @Nullable Instantiator instantiator) -
createChildContext
@NotNull public static @NotNull RenderContext createChildContext(@NotNull @NotNull Renderable node, @NotNull @NotNull RenderContext context, @Nullable @Nullable Instantiator instantiator) -
setupRenderContext
@NotNull public static @NotNull RenderContext setupRenderContext(@NotNull @NotNull Object node, @NotNull @NotNull RenderContext context) -
setupInnerViewRenderContext
@NotNull public static @NotNull RenderContext setupInnerViewRenderContext(@NotNull @NotNull ViewBox viewBox, @NotNull @NotNull RenderContext context, boolean inheritAttributes)
-