Class DOMRectReadOnly

  • Direct Known Subclasses:
    DOMRect

    @JsType(isNative=true,
            namespace="<global>")
    public class DOMRectReadOnly
    extends ClientRect
    • Field Detail

      • bottom

        public double bottom
      • height

        public double height
      • left

        public double left
      • right

        public double right
      • top

        public double top
      • width

        public double width
      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • DOMRectReadOnly

        public DOMRectReadOnly()
      • DOMRectReadOnly

        public DOMRectReadOnly​(double x,
                               double y,
                               double width,
                               double height)
      • DOMRectReadOnly

        public DOMRectReadOnly​(double x,
                               double y,
                               double width)
      • DOMRectReadOnly

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

        public DOMRectReadOnly​(double x)