Uses of Interface
com.teamdev.jxbrowser.ui.FontSizeInPixels
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return FontSizeInPixelsModifier and TypeMethodDescriptionBrowserSettings.defaultFontSize()
Returns the default font size in pixels of the web content in the browser.Methods in com.teamdev.jxbrowser.browser with parameters of type FontSizeInPixelsModifier 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
Methods in com.teamdev.jxbrowser.ui that return FontSizeInPixelsModifier and TypeMethodDescriptionstatic FontSizeInPixels
FontSizeInPixels.of
(int pixels) Returns theFontSizeInPixels
instance for the given value.