Uses of Class
com.github.weisj.jsvg.parser.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)
@Nullable SVGPaint
AttributeParser. parsePaint(@Nullable java.lang.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 AttributeNode Modifier and Type Method Description static @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 AttributeNode Modifier and Type Method Description @Nullable java.awt.Color
DefaultPaintParser. parseColor(@NotNull java.lang.String value, @NotNull AttributeNode node)
@Nullable java.awt.Color
PaintParser. parseColor(@NotNull java.lang.String value, @NotNull AttributeNode attributeNode)
@Nullable SVGPaint
DefaultPaintParser. parsePaint(@Nullable java.lang.String value, @NotNull AttributeNode node)
@Nullable SVGPaint
PaintParser. parsePaint(@Nullable java.lang.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 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 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 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
Fields in com.github.weisj.jsvg.parser declared as AttributeNode Modifier and Type Field Description private @NotNull AttributeNode
ParsedElement. attributeNode
private @Nullable AttributeNode
AttributeNode. parent
Methods in com.github.weisj.jsvg.parser that return AttributeNode Modifier and Type Method Description @NotNull AttributeNode
ParsedElement. attributeNode()
@NotNull AttributeNode
AttributeNode. copy()
@Nullable AttributeNode
AttributeNode. parent()
Constructors in com.github.weisj.jsvg.parser with parameters of type AttributeNode Constructor Description AttributeNode(@NotNull java.lang.String tagName, @NotNull java.util.Map<java.lang.String,java.lang.String> attributes, @Nullable AttributeNode parent, @NotNull ParsedDocument document, @NotNull java.util.List<@NotNull StyleSheet> styleSheets, @NotNull LoadHelper loadHelper)
ParsedElement(@Nullable java.lang.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 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 AwtSVGPaint
PaintContext. parseColorAttribute(@NotNull AttributeNode attributeNode)
-