Uses of Interface
com.teamdev.jxbrowser.ui.Rect
Packages that use Rect
Package
Description
This package provides the classes that allow you to work with browser callback.
This package provides the classes that allow you to work with browser events.
Provides the interfaces and classes for the Document Object Model (DOM).
The utility classes for the user interface (UI) related functionality.
-
Uses of Rect in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return RectModifier and TypeMethodDescriptiondefault RectOpenPopupCallback.Params.initialBounds()Returns the initial bounds of the popup. -
Uses of Rect in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return Rect -
Uses of Rect in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return RectModifier and TypeMethodDescriptionElement.boundingClientRect()Returns the rectangle bounds of the element and its position relative to the top-left of the viewport of the current document.Element.boundingClientRectInViewport()Returns the rectangle bounds of the element and its position relative to the top-left of the viewport of the main document. -
Uses of Rect in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return RectModifier and TypeMethodDescriptionstatic RectRect.empty()Returns an emptyRectwith empty origin and size.static RectRect.of(int width, int height) Returns theRectinstance for the givenwidthandheightvalues.static RectRect.of(int x, int y, int width, int height) Returns theRectinstance for the givenx,y,width, andheightvalues.static RectReturns theRectinstance for the givenoriginandsizevalues.static RectReturns theRectinstance for the empty origin and the givensizevalue.