Class SVGTextContentSupport.SVGTextPoint

java.lang.Object
org.apache.batik.dom.svg.SVGOMPoint
org.apache.batik.anim.dom.SVGTextContentSupport.SVGTextPoint
All Implemented Interfaces:
org.w3c.dom.svg.SVGPoint
Enclosing class:
SVGTextContentSupport

public static class SVGTextContentSupport.SVGTextPoint extends SVGOMPoint
  • Method Details

    • setX

      public void setX(float x) throws 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:
      DOMException
    • setY

      public void setY(float y) throws 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:
      DOMException