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 Track
Track. 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 FillRule
FillRule. parse(@NotNull AttributeNode attributeNode)
static @Nullable PaintOrder
PaintOrder. 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 FontSize
FontParser. parseFontSize(@NotNull AttributeNode node)
static @NotNull AttributeFontSpec
FontParser. parseFontSpec(@NotNull AttributeNode node)
(package private) static @Nullable FontStyle
FontParser. parseFontStyle(@NotNull AttributeNode node)
static @Nullable Length
FontParser. parseSizeAdjust(@NotNull AttributeNode node)
static @NotNull Percentage
FontParser. parseStretch(@NotNull AttributeNode node)
static @Nullable FontWeight
FontParser. 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 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)
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 @NotNull SVGShape
AbstractPolyShape. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Circle. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Ellipse. buildShape(@NotNull AttributeNode node)
protected @NotNull SVGShape
Line. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Path. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Rect. buildShape(@NotNull AttributeNode node)
protected abstract @NotNull SVGShape
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.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type AttributeNode Modifier and Type Method Description @Nullable AnimatedColor
Animate. animatedColor(@NotNull ColorValue initial, @NotNull AttributeNode attributeNode)
@Nullable AnimatedFloatList
Animate. animatedFloatList(@NotNull FloatListValue initial, @NotNull AttributeNode attributeNode)
@Nullable AnimatedLength
Animate. animatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode)
@Nullable AnimatedPaint
Animate. animatedPaint(@NotNull SVGPaint initial, @NotNull AttributeNode attributeNode)
@Nullable AnimatedPercentage
Animate. animatedPercentage(@NotNull PercentageValue initial, @NotNull AttributeNode attributeNode)
@Nullable AnimatedTransform
AnimateTransform. animatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode)
static @Nullable java.lang.String
BaseAnimationNode. attributeName(@NotNull AttributeNode attributeNode)
void
AnimateTransform. build(@NotNull AttributeNode attributeNode)
void
BaseAnimationNode. 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 void
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 AttributeNode Modifier and Type Method Description void
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 java.awt.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 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 void
MeshGradient. 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 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 AttributeNode Modifier and Type Method Description static @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 AttributeNode Modifier and Type Method Description void
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.impl
Fields in com.github.weisj.jsvg.parser.impl declared as AttributeNode Modifier and Type Field Description private @NotNull AttributeNode
ParsedElement. attributeNode
Methods in com.github.weisj.jsvg.parser.impl that return AttributeNode Modifier and Type Method Description @NotNull AttributeNode
ParsedElement. attributeNode()
@NotNull AttributeNode
AttributeNode. copy()
Methods in com.github.weisj.jsvg.parser.impl with parameters of type AttributeNode Modifier and Type Method Description @Nullable SVGPaint
AttributeParser. 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 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 SVGPaint
PaintContext. 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.AxisPair
AttributeUtil. 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)
-