Uses of Class
org.htmlunit.javascript.host.ClientRectList
-
Packages that use ClientRectList Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of ClientRectList in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return ClientRectList Modifier and Type Method Description ClientRectList
Element. getClientRects()
Retrieves a collection of rectangles that describes the layout of the contents of an object or range within the client. -
Uses of ClientRectList in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return ClientRectList Modifier and Type Method Description ClientRectList
Range. getClientRects()
Retrieves a collection of rectangles that describes the layout of the contents of an object or range within the client.
-