Uses of Interface
com.teamdev.jxbrowser.ui.Size
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return SizeModifier and TypeMethodDescriptionBrowser.size()
Returns the size of the current browser instance in the logical pixels.Methods in com.teamdev.jxbrowser.browser with parameters of type Size -
Uses of Size in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return SizeModifier 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.Methods in com.teamdev.jxbrowser.ui with parameters of type Size