Class SVGOMViewElement

    • 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

      • SVGOMViewElement

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

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

      • getLocalName

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

        public org.w3c.dom.svg.SVGStringList getViewTarget()
        DOM: Implements SVGViewElement.getViewTarget().
        Specified by:
        getViewTarget in interface org.w3c.dom.svg.SVGViewElement
      • getZoomAndPan

        public short getZoomAndPan()
        DOM: Implements SVGZoomAndPan.getZoomAndPan().
        Specified by:
        getZoomAndPan in interface org.w3c.dom.svg.SVGZoomAndPan
      • setZoomAndPan

        public void setZoomAndPan​(short val)
        DOM: Implements SVGZoomAndPan.getZoomAndPan().
        Specified by:
        setZoomAndPan in interface org.w3c.dom.svg.SVGZoomAndPan
      • 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.getExternalResourcesRequired().
        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