Class ClientRect

  • Direct Known Subclasses:
    DOMRectReadOnly

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

      Fields 
      Modifier and Type Field Description
      double bottom
      Deprecated.
       
      double height
      Deprecated.
       
      double left
      Deprecated.
       
      double right
      Deprecated.
       
      double top
      Deprecated.
       
      double width
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientRect()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bottom

        public double bottom
        Deprecated.
      • height

        public double height
        Deprecated.
      • left

        public double left
        Deprecated.
      • right

        public double right
        Deprecated.
      • top

        public double top
        Deprecated.
      • width

        public double width
        Deprecated.
    • Constructor Detail

      • ClientRect

        public ClientRect()
        Deprecated.