Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
Modifier and Type | Method and Description |
---|---|
FontSizeInPixels |
BrowserSettings.defaultFontSize()
Returns the default font size in pixels of the web content in the browser.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserSettings.defaultFontSize(FontSizeInPixels fontSize)
Sets the default font size of the web content in the browser.
|
Modifier and Type | Method and Description |
---|---|
static FontSizeInPixels |
FontSizeInPixels.of(int pixels)
Returns the
FontSizeInPixels instance for the given value. |