Uses of Interface
com.github.weisj.jsvg.nodes.prototype.Instantiator
Packages that use Instantiator
Package
Description
-
Uses of Instantiator in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement Instantiator -
Uses of Instantiator in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type InstantiatorModifier and TypeMethodDescriptionprivate static booleanNodeRenderer.checkInstantiation(@NotNull SVGNode node, @Nullable Instantiator instantiator, @NotNull Renderable renderable) static @NotNull RenderContextNodeRenderer.createChildContext(@NotNull Renderable node, @NotNull RenderContext context, @Nullable Instantiator instantiator) private static @Nullable InfoNodeRenderer.createRenderInfo(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static voidNodeRenderer.renderNode(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static voidNodeRenderer.renderWithSize(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) private static @NotNull RenderContextNodeRenderer.setupRenderContext(@Nullable Instantiator instantiator, @NotNull Object node, @NotNull RenderContext context) -
Uses of Instantiator in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type InstantiatorModifier and TypeMethodDescriptionvoidBlittableImage.renderNode(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)