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 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 class
AbstractPolyShape
class
Circle
class
Ellipse
class
Line
class
Mask
class
Path
class
Pattern
class
Polygon
class
Polyline
class
Rect
class
ShapeNode
class
Use
-
Uses of Instantiator in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type Instantiator Modifier and Type Method Description private 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 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 void
BlittableImage. renderNode(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)
-