Uses of Interface
com.github.weisj.jsvg.nodes.SVGNode
Packages that use SVGNode
Package
Description
-
Uses of SVGNode in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes that implement SVGNodeModifier and TypeClassDescription(package private) class
AbstractGradient<Self extends AbstractGradient<Self>>
class
class
final class
As jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
class
Even though elements of this type can have an id, it doesn't provide any benefit as you can't do anything with it (per contract of subclassing this type).final class
final class
final class
final class
final class
final class
class
class
final class
final class
final class
final class
final class
final class
final class
final class
There currently isn't any mechanism to instantiate a view.Fields in com.github.weisj.jsvg.nodes declared as SVGNodeMethods in com.github.weisj.jsvg.nodes that return SVGNodeMethods in com.github.weisj.jsvg.nodes with parameters of type SVGNodeModifier and TypeMethodDescriptionboolean
Mask.canInstantiate
(@NotNull SVGNode node) boolean
Pattern.canInstantiate
(@NotNull SVGNode node) boolean
ShapeNode.canInstantiate
(@NotNull SVGNode node) boolean
Use.canInstantiate
(@NotNull SVGNode node) -
Uses of SVGNode in com.github.weisj.jsvg.nodes.animation
Classes in com.github.weisj.jsvg.nodes.animation that implement SVGNodeModifier and TypeClassDescriptionfinal class
final class
final class
-
Uses of SVGNode in com.github.weisj.jsvg.nodes.container
Classes in com.github.weisj.jsvg.nodes.container that implement SVGNodeModifier and TypeClassDescriptionclass
class
class
class
class
Fields in com.github.weisj.jsvg.nodes.container with type parameters of type SVGNodeMethods in com.github.weisj.jsvg.nodes.container that return types with arguments of type SVGNodeModifier and TypeMethodDescriptionCommonRenderableContainerNode.children()
ContainerNode.children()
Methods in com.github.weisj.jsvg.nodes.container with parameters of type SVGNodeModifier and TypeMethodDescriptionprotected boolean
BaseContainerNode.acceptChild
(@Nullable String id, @NotNull SVGNode node) Determine whether the container accepts thisSVGNode
as a child.final void
protected abstract void
protected void
protected void
protected boolean
BaseContainerNode.isAcceptableType
(@NotNull SVGNode node) -
Uses of SVGNode in com.github.weisj.jsvg.nodes.filter
Classes in com.github.weisj.jsvg.nodes.filter that implement SVGNodeModifier and TypeClassDescription(package private) class
class
(package private) class
final class
final class
final class
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
class
static final class
static final class
static final class
static final class
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type SVGNodeModifier and TypeMethodDescriptionprotected boolean
Filter.acceptChild
(@Nullable String id, @NotNull SVGNode node) -
Uses of SVGNode in com.github.weisj.jsvg.nodes.mesh
Classes in com.github.weisj.jsvg.nodes.mesh that implement SVGNodeModifier and TypeClassDescriptionfinal class
final class
final class
-
Uses of SVGNode in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type SVGNodeModifier and TypeMethodDescriptionvoid
boolean
Instantiator.canInstantiate
(@NotNull SVGNode node) -
Uses of SVGNode in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement SVGNodeModifier and TypeClassDescription(package private) class
final class
(package private) class
final class
final class
Methods in com.github.weisj.jsvg.nodes.text with parameters of type SVGNodeModifier and TypeMethodDescriptionprotected boolean
TextContainer.acceptChild
(@Nullable String id, @NotNull SVGNode node) protected void
-
Uses of SVGNode in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as SVGNodeFields in com.github.weisj.jsvg.parser with type parameters of type SVGNodeMethods in com.github.weisj.jsvg.parser that return SVGNodeModifier and TypeMethodDescription@Nullable SVGNode
@NotNull SVGNode
ParsedElement.node()
@NotNull SVGNode
ParsedElement.nodeEnsuringBuildStatus()
Methods in com.github.weisj.jsvg.parser with parameters of type SVGNodeModifier and TypeMethodDescriptionprivate void
SVGDocumentBuilder.checkNestingDepth
(@NotNull SVGNode node, int allowed_depth) Constructors in com.github.weisj.jsvg.parser with parameters of type SVGNodeModifierConstructorDescription(package private)
ParsedElement
(@Nullable String id, @NotNull AttributeNode element, @NotNull SVGNode node) Constructor parameters in com.github.weisj.jsvg.parser with type arguments of type SVGNodeModifierConstructorDescriptionNodeSupplier
(@NotNull Map<@NotNull String, @NotNull Supplier<@NotNull SVGNode>> mapImpl) -
Uses of SVGNode in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type SVGNodeModifier and TypeMethodDescriptionprivate static boolean
NodeRenderer.checkInstantiation
(@NotNull SVGNode node, @Nullable Instantiator instantiator, @NotNull Renderable renderable) 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) static void
NodeRenderer.renderNode
(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) -
Uses of SVGNode in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type SVGNodeModifier and TypeMethodDescriptionvoid
BlittableImage.renderNode
(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)