Uses of Interface
com.teamdev.jxbrowser.ui.FontSizeInPixels
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 FontSizeInPixels in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowserSettings.defaultFontSize()
Returns the default font size in pixels of the web content in the browser.Modifier and TypeMethodDescriptionvoid
BrowserSettings.defaultFontSize
(FontSizeInPixels fontSize) Sets the default font size of the web content in the browser. -
Uses of FontSizeInPixels in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic FontSizeInPixels
FontSizeInPixels.of
(int pixels) Returns theFontSizeInPixels
instance for the given value.