Class SVGOMSymbolElement

    • Field Detail

      • xmlTraitInformation

        protected static DoublyIndexedTable xmlTraitInformation
        Table mapping XML attribute names to TraitInformation objects.
      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • externalResourcesRequired

        protected SVGOMAnimatedBoolean externalResourcesRequired
        The 'externalResourcesRequired' attribute value.
    • Constructor Detail

      • SVGOMSymbolElement

        protected SVGOMSymbolElement()
        Creates a new SVGOMSymbolElement object.
      • SVGOMSymbolElement

        public SVGOMSymbolElement​(java.lang.String prefix,
                                  AbstractDocument owner)
        Creates a new SVGOMSymbolElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getXMLlang

        public java.lang.String getXMLlang()
        DOM: Returns the xml:lang attribute value.
        Specified by:
        getXMLlang in interface org.w3c.dom.svg.SVGLangSpace
      • setXMLlang

        public void setXMLlang​(java.lang.String lang)
        DOM: Sets the xml:lang attribute value.
        Specified by:
        setXMLlang in interface org.w3c.dom.svg.SVGLangSpace
      • getXMLspace

        public java.lang.String getXMLspace()
        DOM: Returns the xml:space attribute value.
        Specified by:
        getXMLspace in interface org.w3c.dom.svg.SVGLangSpace
      • setXMLspace

        public void setXMLspace​(java.lang.String space)
        DOM: Sets the xml:space attribute value.
        Specified by:
        setXMLspace in interface org.w3c.dom.svg.SVGLangSpace
      • getZoomAndPan

        public short getZoomAndPan()
        DOM: Implements SVGZoomAndPan.getZoomAndPan().
      • setZoomAndPan

        public void setZoomAndPan​(short val)
        DOM: Implements SVGZoomAndPan.getZoomAndPan().
      • getViewBox

        public org.w3c.dom.svg.SVGAnimatedRect getViewBox()
        DOM: Implements SVGFitToViewBox.getViewBox().
        Specified by:
        getViewBox in interface org.w3c.dom.svg.SVGFitToViewBox
      • getPreserveAspectRatio

        public org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
        DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
        Specified by:
        getPreserveAspectRatio in interface org.w3c.dom.svg.SVGFitToViewBox
      • getExternalResourcesRequired

        public org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
        DOM: Implements SVGExternalResourcesRequired.
        Specified by:
        getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequired
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode