Class DOMPoint


  • @JsType(isNative=true,
            namespace="<global>")
    public class DOMPoint
    extends DOMPointReadOnly
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double w  
      double x  
      double y  
      double z  
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMPoint()  
      DOMPoint​(double x)  
      DOMPoint​(double x, double y)  
      DOMPoint​(double x, double y, double z)  
      DOMPoint​(double x, double y, double z, double w)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • w

        public double w
      • x

        public double x
      • y

        public double y
      • z

        public double z
    • Constructor Detail

      • DOMPoint

        public DOMPoint()
      • DOMPoint

        public DOMPoint​(double x,
                        double y,
                        double z,
                        double w)
      • DOMPoint

        public DOMPoint​(double x,
                        double y,
                        double z)
      • DOMPoint

        public DOMPoint​(double x,
                        double y)
      • DOMPoint

        public DOMPoint​(double x)