Uses of Class
org.htmlunit.javascript.host.ClientRect
Packages that use ClientRect
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
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 ClientRect in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host with type parameters of type ClientRectMethods in org.htmlunit.javascript.host that return ClientRectModifier and TypeMethodDescriptionElement.getBoundingClientRect()
Retrieves an object that specifies the bounds of a collection of TextRectangle objects.ClientRectList.item
(int index) Returns the item at the specified index.Methods in org.htmlunit.javascript.host with parameters of type ClientRect -
Uses of ClientRect in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return ClientRectModifier and TypeMethodDescriptionRange.getBoundingClientRect()
Returns an object that bounds the contents of the range. -
Uses of ClientRect in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return ClientRectModifier and TypeMethodDescriptionHTMLElement.getBoundingClientRect()
Retrieves an object that specifies the bounds of a collection of TextRectangle objects.