Class BitmapImage<I>
java.lang.Object
com.teamdev.jxbrowser.view.graphics.BitmapImage<I>
- Type Parameters:
I
- the type of the UI toolkit-specific image
- Direct Known Subclasses:
BitmapImage
,BitmapImage
,BitmapImage
The abstract superclass of all classes that represent UI toolkit implementations that allow
getting a toolkit-specific image from
Bitmap
.-
Method Summary
Modifier and TypeMethodDescriptionfinal I
Returns a UI toolkit specific image obtained from the bitmap.
-
Method Details
-
toolkitImage
Returns a UI toolkit specific image obtained from the bitmap. The image will have the same width and height as the bitmap.
-