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 TypeMethodDescriptionvoidBrowserSettings.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 FontSizeInPixelsFontSizeInPixels.of(int pixels) Returns theFontSizeInPixelsinstance for the given value.