Uses of Class
org.htmlunit.javascript.host.ClientRect
-
Packages that use ClientRect 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.org.htmlunit.javascript.host.html 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 ClientRect Modifier and Type Field Description private java.util.List<ClientRect>ClientRectList. clientRects_Methods in org.htmlunit.javascript.host that return ClientRect Modifier and Type Method Description ClientRectElement. getBoundingClientRect()Retrieves an object that specifies the bounds of a collection of TextRectangle objects.ClientRectClientRectList. item(int index)Returns the item at the specified index.Methods in org.htmlunit.javascript.host with parameters of type ClientRect Modifier and Type Method Description voidClientRectList. add(ClientRect clientRect)Add a rect. -
Uses of ClientRect in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return ClientRect Modifier and Type Method Description ClientRectRange. 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 ClientRect Modifier and Type Method Description ClientRectHTMLElement. getBoundingClientRect()Retrieves an object that specifies the bounds of a collection of TextRectangle objects.
-