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
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 static @NotNull RenderContext
NodeRenderer. createChildContext(@NotNull SVGNode node, @NotNull RenderContext context, @Nullable Instantiator instantiator)
static @Nullable NodeRenderer.Info
NodeRenderer. createRenderInfo(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull java.awt.Graphics2D g, @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 java.awt.Graphics2D parentGraphics, @NotNull SVGNode node, @NotNull Instantiator instantiator)
-