Interface SVGGlyphRefElement

All Superinterfaces:
Element, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SVGElement, SVGStylable, SVGURIReference

public interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable

SVGGlyphRefElement interface.

  • Method Details

    • getGlyphRef

      String getGlyphRef()

      getGlyphRef.

      Returns:
      a String object.
    • setGlyphRef

      void setGlyphRef(String glyphRef)

      setGlyphRef.

      Parameters:
      glyphRef - a String object.
      Throws:
      DOMException - if any.
    • getFormat

      String getFormat()

      getFormat.

      Returns:
      a String object.
    • setFormat

      void setFormat(String format)

      setFormat.

      Parameters:
      format - a String object.
      Throws:
      DOMException - if any.
    • getX

      float getX()

      getX.

      Returns:
      a float.
    • setX

      void setX(float x)

      setX.

      Parameters:
      x - a float.
      Throws:
      DOMException - if any.
    • getY

      float getY()

      getY.

      Returns:
      a float.
    • setY

      void setY(float y)

      setY.

      Parameters:
      y - a float.
      Throws:
      DOMException - if any.
    • getDx

      float getDx()

      getDx.

      Returns:
      a float.
    • setDx

      void setDx(float dx)

      setDx.

      Parameters:
      dx - a float.
      Throws:
      DOMException - if any.
    • getDy

      float getDy()

      getDy.

      Returns:
      a float.
    • setDy

      void setDy(float dy)

      setDy.

      Parameters:
      dy - a float.
      Throws:
      DOMException - if any.