Uses of Class
com.github.weisj.jsvg.parser.impl.AttributeNode
-
-
Uses of AttributeNode in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation with parameters of type AttributeNode Modifier and Type Method Description static @Nullable TrackTrack. parse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive)private static @NotNull java.util.List<Duration>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 AttributeNode Modifier and Type Method Description static @NotNull FillRuleFillRule. parse(@NotNull AttributeNode attributeNode)static @Nullable PaintOrderPaintOrder. parse(@NotNull AttributeNode attributeNode)static @NotNull java.util.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 AttributeNode Modifier and Type Method Description static @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 AttributeNode Modifier and Type Method Description 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)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 @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 AttributeNode Modifier and Type Method Description @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 java.lang.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 AttributeNode Modifier and Type Method Description voidBaseInnerViewContainer. 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 AttributeNode Modifier and Type Method Description voidAbstractCompositeFilterPrimitive. 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 java.awt.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 AttributeNode Constructor Description CompositeModeComposite(@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 Modifier and Type Method Description voidMeshGradient. build(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type AttributeNode Modifier and Type Method Description default 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 AttributeNode Modifier and Type Method Description static @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 AttributeNode Modifier and Type Method Description voidLinearTextContainer. 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 AttributeNode Modifier and Type Field Description private @NotNull AttributeNodeParsedElement. attributeNodeMethods in com.github.weisj.jsvg.parser.impl that return AttributeNode Modifier and Type Method Description @NotNull AttributeNodeParsedElement. attributeNode()@NotNull AttributeNodeAttributeNode. copy()Methods in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNode Modifier and Type Method Description @Nullable SVGPaintAttributeParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode attributeNode)Constructors in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNode Constructor Description ParsedElement(@Nullable java.lang.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 AttributeNode Modifier and Type Method Description static @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 AttributeNode Modifier and Type Method Description static @NotNull AttributeUtil.AxisPairAttributeUtil. parseAxisPair(@NotNull AttributeNode node, @NotNull java.lang.String xAttr, @NotNull java.lang.String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull java.util.function.Function<@NotNull LengthValue,@Nullable LengthValue> validator)
-