Uses of Interface
com.teamdev.jxbrowser.ui.Size
Package
Description
This package provides the classes that allow you to work with browsers.
The utility classes for the user interface (UI) related functionality.
-
Uses of Size in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowser.size()
Returns the size of the current browser instance in the logical pixels. -
Uses of Size in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic Size
Size.empty()
Returns an emptySize
with zero width and height.static Size
Size.of
(int width, int height) Returns theSize
instance for the givenwidth
andheight
values.default Size
Bitmap.size()
ReturnsSize
of this bitmap instance.default Size
Rect.size()
Returns the rectangle dimensions.