Uses of Interface
com.github.weisj.jsvg.nodes.prototype.Instantiator
-
Packages that use Instantiator Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.renderer.impl com.github.weisj.jsvg.util -
-
Uses of Instantiator in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement Instantiator Modifier and Type Class Description classAbstractPolyShapeclassCircleclassEllipseclassLineclassMaskclassPathclassPatternclassPolygonclassPolylineclassRectclassShapeNodeclassUse -
Uses of Instantiator in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type Instantiator Modifier and Type Method Description private 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 java.lang.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 Instantiator Modifier and Type Method Description voidBlittableImage. renderNode(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)
-