com.aspose.html.dom.svg

Class SVGCursorElement

    • Constructor Detail

      • SVGCursorElement

        public SVGCursorElement(com.aspose.html.dom.DOMName name,
                                Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getHref

        public SVGAnimatedString getHref()

        Corresponds to attribute ‘xlink:href’ on the given element.

        Value: The ‘xlink:href’ of the given element.
        Specified by:
        getHref in interface ISVGURIReference
      • getRequiredFeatures

        public SVGStringList getRequiredFeatures()

        Corresponds to attribute ‘requiredFeatures’ on the given element.

        Value: The required features.
        Specified by:
        getRequiredFeatures in interface ISVGTests
      • getRequiredExtensions

        public SVGStringList getRequiredExtensions()

        Corresponds to attribute ‘requiredExtensions’ on the given element.

        Value: The required extensions.
        Specified by:
        getRequiredExtensions in interface ISVGTests
      • getSystemLanguage

        public SVGStringList getSystemLanguage()

        Corresponds to attribute ‘systemLanguage’ on the given element.

        Value: The system language.
        Specified by:
        getSystemLanguage in interface ISVGTests
      • getX

        @DOMNameAttribute(name="x")
        public SVGAnimatedLength getX()

        Corresponds to attribute ‘x’ on the given ‘cursor’ element.

        Value: The attribute ‘x’ of the given ‘cursor’ element.
      • getY

        @DOMNameAttribute(name="y")
        public SVGAnimatedLength getY()

        Corresponds to attribute ‘y’ on the given ‘cursor’ element.

        Value: The attribute ‘y’ of the given ‘cursor’ element.