Interface SVGNode

All Known Implementing Classes:
AbstractPolyShape, AbstractSVGNode, Anchor, BaseContainerNode, BaseInnerViewContainer, Circle, ClipPath, CommonInnerViewContainer, CommonRenderableContainerNode, ContainerNode, Defs, Desc, DummyFilterPrimitive, Ellipse, FeBlend, FeColorMatrix, FeDisplacementMap, FeFlood, FeGaussianBlur, FeTurbulence, Filter, FilterPrimitive, Group, Image, Line, LinearGradient, Marker, Mask, MeshGradient, MeshPatch, MeshRow, Metadata, MetaSVGNode, Path, Pattern, Polygon, Polyline, RadialGradient, Rect, RenderableSVGNode, ShapeNode, SolidColor, Stop, Style, SVG, Symbol, Text, TextPath, TextSpan, Title, Use, View

public interface SVGNode
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addContent​(char[] content)
     
    void
    build​(@NotNull AttributeNode attributeNode)
     
    @Nullable String
    id()
     
    @NotNull String
     
  • Method Details

    • tagName

      @NotNull @NotNull String tagName()
    • id

      @Nullable @Nullable String id()
    • build

      void build(@NotNull @NotNull AttributeNode attributeNode)
    • addContent

      void addContent(char[] content)