Class DOMRectInit


  • @JsType(isNative=true,
            namespace="<global>")
    public class DOMRectInit
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double height  
      double width  
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMRectInit()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • height

        public double height
      • width

        public double width
      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • DOMRectInit

        public DOMRectInit()