Uses of Class
com.github.weisj.jsvg.parser.impl.AttributeNode
Packages that use AttributeNode
Package
Description
-
Uses of AttributeNode in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @Nullable TrackTrack.parse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive) Track.parseBegin(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull FillRuleFillRule.parse(@NotNull AttributeNode attributeNode) static @Nullable PaintOrderPaintOrder.parse(@NotNull AttributeNode attributeNode) static @NotNull Set<VectorEffect> VectorEffect.parse(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.attributes.font
Methods in com.github.weisj.jsvg.attributes.font with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @Nullable FontSizeFontParser.parseFontSize(@NotNull AttributeNode node) static @NotNull AttributeFontSpecFontParser.parseFontSpec(@NotNull AttributeNode node) (package private) static @Nullable FontStyleFontParser.parseFontStyle(@NotNull AttributeNode node) static @Nullable LengthFontParser.parseSizeAdjust(@NotNull AttributeNode node) static @NotNull PercentageFontParser.parseStretch(@NotNull AttributeNode node) static @Nullable FontWeightFontParser.parseWeight(@NotNull AttributeNode node) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type AttributeNodeModifier and TypeMethodDescriptionfinal voidAbstractGradient.build(@NotNull AttributeNode attributeNode) voidAbstractSVGNode.build(@NotNull AttributeNode attributeNode) voidClipPath.build(@NotNull AttributeNode attributeNode) voidImage.build(@NotNull AttributeNode attributeNode) voidMarker.build(@NotNull AttributeNode attributeNode) voidMask.build(@NotNull AttributeNode attributeNode) voidMetaSVGNode.build(@NotNull AttributeNode attributeNode) voidPattern.build(@NotNull AttributeNode attributeNode) voidRenderableSVGNode.build(@NotNull AttributeNode attributeNode) final voidShapeNode.build(@NotNull AttributeNode attributeNode) voidSolidColor.build(@NotNull AttributeNode attributeNode) voidStop.build(@NotNull AttributeNode attributeNode) voidSVG.build(@NotNull AttributeNode attributeNode) voidSVGNode.build(@NotNull AttributeNode attributeNode) voidSymbol.build(@NotNull AttributeNode attributeNode) voidUse.build(@NotNull AttributeNode attributeNode) protected abstract voidAbstractGradient.buildGradient(@NotNull AttributeNode attributeNode, Self template) protected voidLinearGradient.buildGradient(@NotNull AttributeNode attributeNode, @Nullable LinearGradient template) protected voidRadialGradient.buildGradient(@NotNull AttributeNode attributeNode, @Nullable RadialGradient template) protected final @NotNull SVGShapeAbstractPolyShape.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeCircle.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeEllipse.buildShape(@NotNull AttributeNode node) protected @NotNull SVGShapeLine.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapePath.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeRect.buildShape(@NotNull AttributeNode node) protected abstract @NotNull SVGShapeShapeNode.buildShape(@NotNull AttributeNode attributeNode) private @Nullable AbstractGradient<?> AbstractGradient.parseTemplate(@NotNull AttributeNode attributeNode) private @Nullable PatternPattern.parseTemplate(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type AttributeNodeModifier and TypeMethodDescription@Nullable AnimatedColorAnimate.animatedColor(@NotNull ColorValue initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedFloatListAnimate.animatedFloatList(@NotNull FloatListValue initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedLengthAnimate.animatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode) @Nullable AnimatedPaintAnimate.animatedPaint(@NotNull SVGPaint initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedPercentageAnimate.animatedPercentage(@NotNull PercentageValue initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedTransformAnimateTransform.animatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode) static @Nullable StringBaseAnimationNode.attributeName(@NotNull AttributeNode attributeNode) voidAnimateTransform.build(@NotNull AttributeNode attributeNode) voidBaseAnimationNode.build(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.container
Methods in com.github.weisj.jsvg.nodes.container with parameters of type AttributeNodeModifier and TypeMethodDescriptionvoidBaseInnerViewContainer.build(@NotNull AttributeNode attributeNode) voidCommonInnerViewContainer.build(@NotNull AttributeNode attributeNode) voidCommonRenderableContainerNode.build(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.filter
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type AttributeNodeModifier and TypeMethodDescriptionvoidAbstractCompositeFilterPrimitive.build(@NotNull AttributeNode attributeNode) voidAbstractFilterPrimitive.build(@NotNull AttributeNode attributeNode) voidFeBlend.build(@NotNull AttributeNode attributeNode) voidFeColorMatrix.build(@NotNull AttributeNode attributeNode) voidFeComponentTransfer.build(@NotNull AttributeNode attributeNode) voidFeComposite.build(@NotNull AttributeNode attributeNode) voidFeDisplacementMap.build(@NotNull AttributeNode attributeNode) voidFeDropShadow.build(@NotNull AttributeNode attributeNode) voidFeFlood.build(@NotNull AttributeNode attributeNode) voidFeGaussianBlur.build(@NotNull AttributeNode attributeNode) voidFeMerge.build(@NotNull AttributeNode attributeNode) voidFeMergeNode.build(@NotNull AttributeNode attributeNode) voidFeOffset.build(@NotNull AttributeNode attributeNode) voidFeTurbulence.build(@NotNull AttributeNode attributeNode) voidFilter.build(@NotNull AttributeNode attributeNode) voidTransferFunctionElement.build(@NotNull AttributeNode attributeNode) private static @NotNull CompositeCompositeModeComposite.createComposite(@NotNull AttributeNode attributeNode) private static byte @Nullable []TransferFunctionElement.createLookupTable(TransferFunctionType type, @NotNull AttributeNode attributeNode) Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type AttributeNodeModifierConstructorDescriptionCompositeModeComposite(@NotNull AttributeNode attributeNode) FilterPrimitiveBase(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.mesh
Methods in com.github.weisj.jsvg.nodes.mesh with parameters of type AttributeNode -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type AttributeNodeModifier and TypeMethodDescriptiondefault booleanRenderable.parseIsVisible(@NotNull AttributeNode node) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.prototype.impl
Methods in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull HasContextHasContextImpl.parse(@NotNull AttributeNode attributeNode) static @NotNull HasGeometryContextHasGeometryContextImpl.parse(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type AttributeNodeModifier and TypeMethodDescriptionvoidLinearTextContainer.build(@NotNull AttributeNode attributeNode) voidText.build(@NotNull AttributeNode attributeNode) voidTextContainer.build(@NotNull AttributeNode attributeNode) voidTextPath.build(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as AttributeNodeModifier and TypeFieldDescriptionprivate final @NotNull AttributeNodeParsedElement.attributeNodeMethods in com.github.weisj.jsvg.parser.impl that return AttributeNodeModifier and TypeMethodDescription@NotNull AttributeNodeParsedElement.attributeNode()@NotNull AttributeNodeAttributeNode.copy()Methods in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNodeModifier and TypeMethodDescription@Nullable SVGPaintAttributeParser.parsePaint(@Nullable String value, @NotNull AttributeNode attributeNode) Constructors in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNodeModifierConstructorDescription(package private)ParsedElement(@Nullable String id, @NotNull ParsedDocument document, @Nullable ParsedElement parent, @NotNull AttributeNode element, @NotNull SVGNode node) -
Uses of AttributeNode in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull FontRenderContextFontRenderContext.parse(@NotNull AttributeNode attributeNode) static @NotNull PaintContextPaintContext.parse(@NotNull AttributeNode attributeNode) static @NotNull StrokeContextStrokeContext.parse(@NotNull AttributeNode attributeNode) private static @Nullable SVGPaintPaintContext.parseColorAttribute(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull AttributeUtil.AxisPairAttributeUtil.parseAxisPair(@NotNull AttributeNode node, @NotNull String xAttr, @NotNull String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull Function<@NotNull LengthValue, @Nullable LengthValue> validator)