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) classAbstractGradient<Self extends AbstractGradient<Self>>classclassfinal classAs jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.final classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classclassEven 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 classfinal classfinal classfinal classfinal classfinal classclassclassfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classThere currently isn't any mechanism to instantiate a view.Classes in com.github.weisj.jsvg.nodes that implement interfaces with type arguments of type SVGNodeModifier and TypeClassDescriptionfinal classAs jsvg is only a static renderer without interaction the anchor tag behaves just as if it were a group.final classfinal classfinal classFields 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 TypeMethodDescriptionbooleanMask.canInstantiate(@NotNull SVGNode node) booleanPattern.canInstantiate(@NotNull SVGNode node) booleanShapeNode.canInstantiate(@NotNull SVGNode node) booleanUse.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 classfinal classclassfinal class -
Uses of SVGNode in com.github.weisj.jsvg.nodes.container
Classes in com.github.weisj.jsvg.nodes.container that implement SVGNodeModifier and TypeClassDescriptionclassclassclassclassclassSubclasses with type arguments of type SVGNode in com.github.weisj.jsvg.nodes.containerClasses in com.github.weisj.jsvg.nodes.container that implement interfaces with type arguments of type SVGNodeFields 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 booleanBaseContainerNode.acceptChild(@Nullable String id, @NotNull SVGNode node) Determine whether the container accepts thisSVGNodeas a child.final voidprotected abstract voidprotected voidprotected voidprotected booleanBaseContainerNode.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) classclass(package private) classfinal classfinal classfinal classclassfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classclassstatic final classstatic final classstatic final classstatic final classMethods in com.github.weisj.jsvg.nodes.filter with parameters of type SVGNodeModifier and TypeMethodDescriptionprotected booleanFilter.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 classfinal classfinal class -
Uses of SVGNode in com.github.weisj.jsvg.nodes.prototype
Subinterfaces of SVGNode in com.github.weisj.jsvg.nodes.prototypeMethods in com.github.weisj.jsvg.nodes.prototype with parameters of type SVGNodeModifier and TypeMethodDescriptionvoidbooleanInstantiator.canInstantiate(@NotNull SVGNode node) -
Uses of SVGNode in com.github.weisj.jsvg.nodes.prototype.spec
Methods in com.github.weisj.jsvg.nodes.prototype.spec with parameters of type SVGNodeModifier and TypeMethodDescriptionstatic @NotNull Category @NotNull []Category.categoriesOf(@NotNull SVGNode node) static booleanCategory.hasCategory(@NotNull SVGNode node, @NotNull Category category) -
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) classfinal class(package private) classfinal classfinal classMethods in com.github.weisj.jsvg.nodes.text with parameters of type SVGNodeModifier and TypeMethodDescriptionprotected booleanTextContainer.acceptChild(@Nullable String id, @NotNull SVGNode node) protected void -
Uses of SVGNode in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as SVGNodeFields in com.github.weisj.jsvg.parser.impl with type parameters of type SVGNodeMethods in com.github.weisj.jsvg.parser.impl that return SVGNodeModifier and TypeMethodDescription@Nullable SVGNode@NotNull SVGNodeParsedElement.node()@NotNull SVGNodeParsedElement.nodeEnsuringBuildStatus(int depth) Methods in com.github.weisj.jsvg.parser.impl with parameters of type SVGNodeModifier and TypeMethodDescriptionprivate intSVGDocumentBuilder.nestingDepthOf(@NotNull SVGNode node, @NotNull Map<SVGNode, Integer> checkedNodes) Method parameters in com.github.weisj.jsvg.parser.impl with type arguments of type SVGNodeModifier and TypeMethodDescriptionprivate intSVGDocumentBuilder.nestingDepthOf(@NotNull SVGNode node, @NotNull Map<SVGNode, Integer> checkedNodes) Constructors in com.github.weisj.jsvg.parser.impl with parameters of type SVGNodeModifierConstructorDescription(package private)ParsedElement(@Nullable String id, @NotNull ParsedDocument document, @Nullable ParsedElement parent, @NotNull AttributeNode element, @NotNull SVGNode node) Constructor parameters in com.github.weisj.jsvg.parser.impl with type arguments of type SVGNodeModifierConstructorDescriptionNodeSupplier(@NotNull Map<@NotNull String, @NotNull Supplier<@NotNull SVGNode>> mapImpl) -
Uses of SVGNode in com.github.weisj.jsvg.renderer.impl
Fields in com.github.weisj.jsvg.renderer.impl declared as SVGNodeMethods in com.github.weisj.jsvg.renderer.impl with parameters of type SVGNodeModifier and TypeMethodDescriptionprivate static booleanNodeRenderer.checkInstantiation(@NotNull SVGNode node, @Nullable Instantiator instantiator, @NotNull Renderable renderable) private static @Nullable InfoNodeRenderer.createRenderInfo(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) private static @NotNull Rectangle2DElementBounds.elementBounds(@NotNull SVGNode node, @NotNull RenderContext context, HasShape.Box box) static @NotNull ElementBoundsElementBounds.fromUntransformedBounds(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Rectangle2D bounds, HasShape.Box box) static voidNodeRenderer.renderNode(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output) static voidNodeRenderer.renderNode(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) Constructors in com.github.weisj.jsvg.renderer.impl with parameters of type SVGNode -
Uses of SVGNode in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type SVGNodeModifier and TypeMethodDescriptionvoidBlittableImage.renderNode(@NotNull Output parentOutput, @NotNull SVGNode node, @NotNull Instantiator instantiator)