Uses of Interface
com.teamdev.jxbrowser.ui.Bitmap
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with browser events.
Provides interfaces and classes for the browser content capture.
Provides the interfaces and classes for the Document Object Model (DOM).
The classes for working with JavaFX UI toolkit-specific graphics.
The classes for working with Swing UI toolkit-specific graphics.
The classes for working with SWT UI toolkit-specific graphics.
-
Uses of Bitmap in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowser.bitmap()
Returns aBitmap
that contains the image of the currently loaded web page.Browser.favicon()
Returns aBitmap
that contains the favicon of the currently loaded web page or aBitmap
that contains default Chromium favicon if the browser did not load any web pages or loaded web page URL is invalid. -
Uses of Bitmap in com.teamdev.jxbrowser.browser.event
-
Uses of Bitmap in com.teamdev.jxbrowser.capture
-
Uses of Bitmap in com.teamdev.jxbrowser.dom
-
Uses of Bitmap in com.teamdev.jxbrowser.view.javafx.graphics
-
Uses of Bitmap in com.teamdev.jxbrowser.view.swing.graphics
Modifier and TypeMethodDescriptionstatic BufferedImage
Creates and returns an instance ofBufferedImage
obtained from the givenbitmap
. -
Uses of Bitmap in com.teamdev.jxbrowser.view.swt.graphics