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 SizeSize.empty()Returns an emptySizewith zero width and height.static SizeSize.of(int width, int height) Returns theSizeinstance for the givenwidthandheightvalues.default SizeBitmap.size()ReturnsSizeof this bitmap instance.default SizeRect.size()Returns the rectangle dimensions.Methods in com.teamdev.jxbrowser.ui with parameters of type Size