Class HBitmapUtil
- java.lang.Object
-
- com.stepover.opensignatureapi.helpers.HBitmapUtil
-
public class HBitmapUtil extends java.lang.Object
a helper class to handle HBITMAP objects used by the sopad dll
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
HBitmapUtil.BITMAP
static interface
HBitmapUtil.GDI32Extra
-
Constructor Summary
Constructors Constructor Description HBitmapUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.image.BufferedImage
toBufferedImage(com.sun.jna.platform.win32.WinDef.HBITMAP hBitmap)
-
-
-
Method Detail
-
toBufferedImage
public static java.awt.image.BufferedImage toBufferedImage(com.sun.jna.platform.win32.WinDef.HBITMAP hBitmap) throws OpenSignatureException
- Throws:
OpenSignatureException
-
-