Uses of Class
org.htmlunit.javascript.host.DOMRect
Packages that use DOMRect
Package
Description
Implementations of the various JavaScript host objects — users of HtmlUnit should not
need anything in this package.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of DOMRect in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return DOMRectModifier and TypeMethodDescriptionElement.getBoundingClientRect()Returns the bounding rectangle of this element relative to the viewport.DOMRectList.item(int index) Returns theDOMRectat the specified index.static DOMRectDOMRect.jsConstructor(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, Object[] args, org.htmlunit.corejs.javascript.Function ctorObj, boolean inNewExpr) Creates an instance of this object.Methods in org.htmlunit.javascript.host with parameters of type DOMRect -
Uses of DOMRect in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return DOMRectModifier and TypeMethodDescriptionRange.getBoundingClientRect()Returns an object that bounds the contents of the range. -
Uses of DOMRect in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return DOMRectModifier and TypeMethodDescriptionHTMLElement.getBoundingClientRect()Returns the bounding rectangle of this element relative to the viewport.