Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.capture |
Provides interfaces and classes for the browser content capture.
|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
com.teamdev.jxbrowser.view.javafx.graphics |
The classes for working with JavaFX UI toolkit-specific graphics.
|
com.teamdev.jxbrowser.view.swing.graphics |
The classes for working with Swing UI toolkit-specific graphics.
|
com.teamdev.jxbrowser.view.swt.graphics |
The classes for working with SWT UI toolkit-specific graphics.
|
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 |
---|---|
default Bitmap |
FaviconChanged.favicon()
Returns a bitmap that represents the new favicon.
|
Modifier and Type | Method and Description |
---|---|
default Bitmap |
CaptureSource.thumbnail()
Returns a
Bitmap that contains the image of the capture source. |
Modifier and Type | Method and Description |
---|---|
Bitmap |
ImageElement.contents()
Returns an
Bitmap that contains raw pixels of the image displayed by the element. |
Modifier and Type | Method and Description |
---|---|
static javafx.scene.image.Image |
BitmapImage.toToolkit(Bitmap bitmap)
Creates and returns an instance of
Image obtained from the given bitmap . |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
BitmapImage.toToolkit(Bitmap bitmap)
Creates and returns an instance of
BufferedImage obtained from the given bitmap . |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.swt.graphics.Image |
BitmapImage.toToolkit(org.eclipse.swt.graphics.Device device,
Bitmap bitmap)
Creates and returns an instance of
Image obtained from the given bitmap . |