Uses of Interface
com.teamdev.jxbrowser.ui.Bitmap
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return BitmapModifier 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
Methods in com.teamdev.jxbrowser.browser.event that return Bitmap -
Uses of Bitmap in com.teamdev.jxbrowser.capture
Methods in com.teamdev.jxbrowser.capture that return Bitmap -
Uses of Bitmap in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return Bitmap -
Uses of Bitmap in com.teamdev.jxbrowser.view.javafx.graphics
Methods in com.teamdev.jxbrowser.view.javafx.graphics with parameters of type Bitmap -
Uses of Bitmap in com.teamdev.jxbrowser.view.swing.graphics
Methods in com.teamdev.jxbrowser.view.swing.graphics with parameters of type BitmapModifier and TypeMethodDescriptionstatic BufferedImage
Creates and returns an instance ofBufferedImage
obtained from the givenbitmap
. -
Uses of Bitmap in com.teamdev.jxbrowser.view.swt.graphics
Methods in com.teamdev.jxbrowser.view.swt.graphics with parameters of type Bitmap