Uses of Class
com.github.weisj.jsvg.parser.AttributeNode
Packages that use AttributeNode
Package
Description
-
Uses of AttributeNode in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull FillRule
FillRule.parse
(@NotNull AttributeNode attributeNode) static @Nullable PaintOrder
PaintOrder.parse
(@NotNull AttributeNode attributeNode) static @NotNull Set
<VectorEffect> VectorEffect.parse
(@NotNull AttributeNode attributeNode) @Nullable SVGPaint
AttributeParser.parsePaint
(@Nullable String value, @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 FontSize
FontParser.parseFontSize
(@NotNull AttributeNode node) static @NotNull AttributeFontSpec
FontParser.parseFontSpec
(@NotNull AttributeNode node) static @Nullable FontStyle
FontParser.parseFontStyle
(@NotNull AttributeNode node) static @Nullable Length
FontParser.parseSizeAdjust
(@NotNull AttributeNode node) static float
FontParser.parseStretch
(@NotNull AttributeNode node) static @Nullable FontWeight
FontParser.parseWeight
(@NotNull AttributeNode node) -
Uses of AttributeNode in com.github.weisj.jsvg.attributes.paint
Methods in com.github.weisj.jsvg.attributes.paint with parameters of type AttributeNodeModifier and TypeMethodDescription@Nullable Color
DefaultPaintParser.parseColor
(@NotNull String value, @NotNull AttributeNode node) @Nullable Color
PaintParser.parseColor
(@NotNull String value, @NotNull AttributeNode attributeNode) @Nullable SVGPaint
DefaultPaintParser.parsePaint
(@Nullable String value, @NotNull AttributeNode node) @Nullable SVGPaint
PaintParser.parsePaint
(@Nullable String value, @NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type AttributeNodeModifier and TypeMethodDescriptionfinal void
AbstractGradient.build
(@NotNull AttributeNode attributeNode) void
AbstractSVGNode.build
(@NotNull AttributeNode attributeNode) void
ClipPath.build
(@NotNull AttributeNode attributeNode) void
Image.build
(@NotNull AttributeNode attributeNode) void
Marker.build
(@NotNull AttributeNode attributeNode) void
Mask.build
(@NotNull AttributeNode attributeNode) void
MetaSVGNode.build
(@NotNull AttributeNode attributeNode) void
Pattern.build
(@NotNull AttributeNode attributeNode) void
RenderableSVGNode.build
(@NotNull AttributeNode attributeNode) final void
ShapeNode.build
(@NotNull AttributeNode attributeNode) void
SolidColor.build
(@NotNull AttributeNode attributeNode) void
Stop.build
(@NotNull AttributeNode attributeNode) void
SVG.build
(@NotNull AttributeNode attributeNode) void
SVGNode.build
(@NotNull AttributeNode attributeNode) void
Symbol.build
(@NotNull AttributeNode attributeNode) void
Use.build
(@NotNull AttributeNode attributeNode) protected abstract void
AbstractGradient.buildGradient
(@NotNull AttributeNode attributeNode, Self template) protected void
LinearGradient.buildGradient
(@NotNull AttributeNode attributeNode, @Nullable LinearGradient template) protected void
RadialGradient.buildGradient
(@NotNull AttributeNode attributeNode, @Nullable RadialGradient template) protected final @NotNull MeasurableShape
AbstractPolyShape.buildShape
(@NotNull AttributeNode attributeNode) protected @NotNull MeasurableShape
Circle.buildShape
(@NotNull AttributeNode attributeNode) protected @NotNull MeasurableShape
Ellipse.buildShape
(@NotNull AttributeNode attributeNode) protected @NotNull MeasurableShape
Line.buildShape
(@NotNull AttributeNode attributeNode) protected @NotNull MeasurableShape
Path.buildShape
(@NotNull AttributeNode attributeNode) protected @NotNull MeasurableShape
Rect.buildShape
(@NotNull AttributeNode node) protected abstract @NotNull MeasurableShape
ShapeNode.buildShape
(@NotNull AttributeNode attributeNode) private @Nullable AbstractGradient
<?> AbstractGradient.parseTemplate
(@NotNull AttributeNode attributeNode) private @Nullable Pattern
Pattern.parseTemplate
(@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 TypeMethodDescriptionvoid
BaseInnerViewContainer.build
(@NotNull AttributeNode attributeNode) void
CommonInnerViewContainer.build
(@NotNull AttributeNode attributeNode) void
CommonRenderableContainerNode.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 TypeMethodDescriptionvoid
AbstractCompositeFilterPrimitive.build
(@NotNull AttributeNode attributeNode) void
AbstractFilterPrimitive.build
(@NotNull AttributeNode attributeNode) void
FeBlend.build
(@NotNull AttributeNode attributeNode) void
FeColorMatrix.build
(@NotNull AttributeNode attributeNode) void
FeComponentTransfer.build
(@NotNull AttributeNode attributeNode) void
FeComposite.build
(@NotNull AttributeNode attributeNode) void
FeDisplacementMap.build
(@NotNull AttributeNode attributeNode) void
FeDropShadow.build
(@NotNull AttributeNode attributeNode) void
FeFlood.build
(@NotNull AttributeNode attributeNode) void
FeGaussianBlur.build
(@NotNull AttributeNode attributeNode) void
FeMerge.build
(@NotNull AttributeNode attributeNode) void
FeMergeNode.build
(@NotNull AttributeNode attributeNode) void
FeOffset.build
(@NotNull AttributeNode attributeNode) void
FeTurbulence.build
(@NotNull AttributeNode attributeNode) void
Filter.build
(@NotNull AttributeNode attributeNode) void
TransferFunctionElement.build
(@NotNull AttributeNode attributeNode) private static @NotNull Composite
CompositeModeComposite.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 boolean
Renderable.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 HasContext
HasContextImpl.parse
(@NotNull AttributeNode attributeNode) static @NotNull HasGeometryContext
HasGeometryContextImpl.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 TypeMethodDescriptionvoid
LinearTextContainer.build
(@NotNull AttributeNode attributeNode) void
Text.build
(@NotNull AttributeNode attributeNode) void
TextContainer.build
(@NotNull AttributeNode attributeNode) void
TextPath.build
(@NotNull AttributeNode attributeNode) -
Uses of AttributeNode in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as AttributeNodeModifier and TypeFieldDescriptionprivate final @NotNull AttributeNode
ParsedElement.attributeNode
private final @Nullable AttributeNode
AttributeNode.parent
Methods in com.github.weisj.jsvg.parser that return AttributeNodeModifier and TypeMethodDescription@NotNull AttributeNode
ParsedElement.attributeNode()
@NotNull AttributeNode
AttributeNode.copy()
@Nullable AttributeNode
AttributeNode.parent()
Constructors in com.github.weisj.jsvg.parser with parameters of type AttributeNodeModifierConstructorDescriptionAttributeNode
(@NotNull String tagName, @NotNull Map<String, String> attributes, @Nullable AttributeNode parent, @NotNull ParsedDocument document, @NotNull List<@NotNull StyleSheet> styleSheets, @NotNull LoadHelper loadHelper) (package private)
ParsedElement
(@Nullable String id, @NotNull AttributeNode element, @NotNull SVGNode node) -
Uses of AttributeNode in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type AttributeNodeModifier and TypeMethodDescriptionstatic @NotNull FontRenderContext
FontRenderContext.parse
(@NotNull AttributeNode attributeNode) static @NotNull PaintContext
PaintContext.parse
(@NotNull AttributeNode attributeNode) static @NotNull StrokeContext
StrokeContext.parse
(@NotNull AttributeNode attributeNode) private static @Nullable AwtSVGPaint
PaintContext.parseColorAttribute
(@NotNull AttributeNode attributeNode)