Class AbstractSVGNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @Nullable java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSVGNode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addContent​(char[] content)  
      void build​(@NotNull AttributeNode attributeNode)  
      @Nullable java.lang.String id()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.github.weisj.jsvg.nodes.SVGNode

        tagName
    • Field Detail

      • id

        @Nullable
        private @Nullable java.lang.String id
    • Constructor Detail

      • AbstractSVGNode

        public AbstractSVGNode()
    • Method Detail

      • id

        @Nullable
        public @Nullable java.lang.String id()
        Specified by:
        id in interface SVGNode
      • build

        @MustBeInvokedByOverriders
        public void build​(@NotNull
                          @NotNull AttributeNode attributeNode)
        Specified by:
        build in interface SVGNode
      • addContent

        public void addContent​(char[] content)
        Specified by:
        addContent in interface SVGNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object