Class SVGTextContentSupport.SVGTextPoint

  • All Implemented Interfaces:
    org.w3c.dom.svg.SVGPoint
    Enclosing class:
    SVGTextContentSupport

    public static class SVGTextContentSupport.SVGTextPoint
    extends SVGOMPoint
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) SVGOMElement svgelt  
      • Fields inherited from class org.apache.batik.dom.svg.SVGOMPoint

        x, y
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(float x)
      DOM: Implements SVGPoint.setX(float).
      void setY​(float y)
      DOM: Implements SVGPoint.setY(float).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setX

        public void setX​(float x)
                  throws org.w3c.dom.DOMException
        Description copied from class: SVGOMPoint
        DOM: Implements SVGPoint.setX(float).
        Specified by:
        setX in interface org.w3c.dom.svg.SVGPoint
        Overrides:
        setX in class SVGOMPoint
        Throws:
        org.w3c.dom.DOMException
      • setY

        public void setY​(float y)
                  throws org.w3c.dom.DOMException
        Description copied from class: SVGOMPoint
        DOM: Implements SVGPoint.setY(float).
        Specified by:
        setY in interface org.w3c.dom.svg.SVGPoint
        Overrides:
        setY in class SVGOMPoint
        Throws:
        org.w3c.dom.DOMException