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

public abstract class BitmapImage<I> extends Object
The abstract superclass of all classes that represent UI toolkit implementations that allow getting a toolkit-specific image from Bitmap.
  • Method Details

    • toolkitImage

      public final I toolkitImage()
      Returns a UI toolkit specific image obtained from the bitmap. The image will have the same width and height as the bitmap.