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 ClientRect
Element. getBoundingClientRect()
Retrieves an object that specifies the bounds of a collection of TextRectangle objects.ClientRect
ClientRectList. 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 void
ClientRectList. 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 ClientRect
Range. 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 ClientRect
HTMLElement. getBoundingClientRect()
Retrieves an object that specifies the bounds of a collection of TextRectangle objects.
-