Class AbstractSVGBridge

    • Constructor Detail

      • AbstractSVGBridge

        protected AbstractSVGBridge()
        Constructs a new abstract bridge for SVG elements.
    • Method Detail

      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        Returns the SVG namespace URI.
        Specified by:
        getNamespaceURI in interface Bridge
      • getInstance

        public Bridge getInstance()
        Returns a new instance of this bridge.
        Specified by:
        getInstance in interface Bridge