Uses of Class
com.jniwrapper.win32.gdi.Bitmap.PredefinedBitmap

Packages that use Bitmap.PredefinedBitmap
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
 

Uses of Bitmap.PredefinedBitmap in com.jniwrapper.win32.gdi
 

Fields in com.jniwrapper.win32.gdi declared as Bitmap.PredefinedBitmap
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.BTNCORNERS
          Small circles that Windows 2.x used to draw rounded corners on button controls.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.BTSIZE
          A size box formerly used at the intersection of vertical and horizontal scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.CHECK
          check mark used to check menu items.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.CHECKBOXES
          Ten images that are used to show different states of check boxes and radio buttons.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.CLOSE
          The system menu bitmaps used for Windows 2.x.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.COMBO
          An arrow used for the push button in combo boxes.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.DNARROW
          A down-arrow bitmap used for Windows 2.x scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.DNARROWD
          A down-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.DNARROWI
          A disabled down-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.LFARROW
          A disabled left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.LFARROWD
          A left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.LFARROWI
          A disabled left-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.MNARROW
          An arrow used to designate cascaded menu items.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.REDUCE
          Image used for the Windows 2.x minimize button on a windows title bar.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.REDUCED
          Images used as the minimize button on the title bar.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.RESTORE
          Image used for the Windows 2.x restore button on a windows title bar.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.RESTORED
          Images used as the restore button on the title bar.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.RGARROW
          A right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.RGARROWD
          A right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.RGARROWI
          A disabled right-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.SIZE
          A size box formerly used on tiled windows.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.UPARROW
          An up-arrow bitmap used for Windows 2.x scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.UPARROWD
          An up-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.UPARROWI
          A disabled up-pointing arrow for scroll bars.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.ZOOM
          Images used as the maximize button on the title bar.
static Bitmap.PredefinedBitmap Bitmap.PredefinedBitmap.ZOOMD
          Images used as the maximize button on the title bar.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Bitmap.PredefinedBitmap
 void DDBitmap.loadPredefinedBitmap(Bitmap.PredefinedBitmap predefinedBitmap)
           
 void DC.maskBlt(Bitmap.PredefinedBitmap predefinedMaskBitmap, int x, int y, Brush fgBrush)
          Paints a bitmap using a mask.
 

Constructors in com.jniwrapper.win32.gdi with parameters of type Bitmap.PredefinedBitmap
DDBitmap(Bitmap.PredefinedBitmap predefinedBitmap)
           
DDBitmap(DC dc, Bitmap.PredefinedBitmap predefinedBitmap)