Uses of Class
org.htmlunit.javascript.host.ClientRectList
Packages that use ClientRectList
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.
-
Uses of ClientRectList in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return ClientRectListModifier and TypeMethodDescriptionElement.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 ClientRectListModifier and TypeMethodDescriptionRange.getClientRects()
Retrieves a collection of rectangles that describes the layout of the contents of an object or range within the client.