| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
| com.teamdev.jxbrowser.view.javafx |
Contains a JavaFX UI component that displays content of
Browser. |
| com.teamdev.jxbrowser.view.swing |
Contains a Swing UI component that displays content of
Browser. |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
Browser.bitmap()
Returns a
Bitmap that contains the image of the currently loaded web page. |
Bitmap |
Browser.favicon()
Returns a
Bitmap that contains the favicon of the currently loaded web page or a
Bitmap that contains default Chromium favicon if the browser did not load any web pages
or loaded web page URL is invalid. |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.image.Image |
BitmapUtil.toImage(Bitmap bitmap)
Converts the given
bitmap to a JavaFX Image. |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
BitmapUtil.toBufferedImage(Bitmap bitmap)
Converts the given
bitmap to a Java AWT BufferedImage. |