Uses of Class
com.teamdev.jxcapture.image.win.BitmapType

Packages that use BitmapType
com.teamdev.jxcapture.image.win   
 

Uses of BitmapType in com.teamdev.jxcapture.image.win
 

Methods in com.teamdev.jxcapture.image.win that return BitmapType
static BitmapType BitmapType.fromGUID(com.teamdev.jxdesktop.win32.ole.GUID subtype)
           
static BitmapType BitmapType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BitmapType[] BitmapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.teamdev.jxcapture.image.win with parameters of type BitmapType
ImmutableBitmap(byte[] rgbBuffer, boolean flippingRequired, int width, int height, BitmapType bitmapType)