Uses of Interface
com.teamdev.jxbrowser.ui.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
Modifier and TypeMethodDescriptiondefault Rect
OpenPopupCallback.Params.initialBounds()
Returns the initial bounds of the popup. -
Uses of Rect in com.teamdev.jxbrowser.browser.event
-
Uses of Rect in com.teamdev.jxbrowser.dom
Modifier and TypeMethodDescriptionElement.boundingClientRect()
Returns aRect
object representing the bounds of the element and its position relative to the top-left of the viewport of the current document. -
Uses of Rect in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic Rect
Rect.empty()
Returns an emptyRect
with empty origin and size.static Rect
Rect.of
(int width, int height) Returns theRect
instance for the givenwidth
andheight
values.static Rect
Rect.of
(int x, int y, int width, int height) Returns theRect
instance for the givenx
,y
,width
, andheight
values.static Rect
Returns theRect
instance for the givenorigin
andsize
values.static Rect
Returns theRect
instance for the empty origin and the givensize
value.