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
Methods in com.github.weisj.jsvg.renderer with parameters of type InstantiatorModifier and TypeMethodDescriptionprivate static boolean
NodeRenderer.checkInstantiation
(@NotNull SVGNode node, @Nullable Instantiator instantiator, @NotNull Renderable renderable) static @NotNull RenderContext
NodeRenderer.createChildContext
(@NotNull Renderable node, @NotNull RenderContext context, @Nullable Instantiator instantiator) private static @Nullable Info
NodeRenderer.createRenderInfo
(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static void
NodeRenderer.renderNode
(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) static void
NodeRenderer.renderWithSize
(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) private static @NotNull RenderContext
NodeRenderer.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 TypeMethodDescriptionvoid
BlittableImage.renderNode
(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)