Class SVGPoint


  • public class SVGPoint
    extends com.google.gwt.core.client.JavaScriptObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SVGPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()  
      double getY()  
      SVGPoint matrixTransform​(SVGMatrix m)  
      void setX​(int x)  
      void setY​(int y)  
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SVGPoint

        protected SVGPoint()
    • Method Detail

      • setX

        public final void setX​(int x)
      • setY

        public final void setY​(int y)
      • getX

        public final double getX()
      • getY

        public final double getY()