Uses of Class
com.jniwrapper.win32.gdi.GdiObject

Packages that use GdiObject
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
 

Uses of GdiObject in com.jniwrapper.win32.gdi
 

Subclasses of GdiObject in com.jniwrapper.win32.gdi
 class Bitmap
          This class represents common functionality for working with bitmaps.
 class Brush
          This class provides methods and enumerations to work with brushes.
 class Cursor
          This class provides various methods for working with the cursor.
 class DDBitmap
          This class provides functionality for working with bitmaps in DDB (device-dependent bitmap) format.
 class DIBitmap
          This class provides functionality for working with bitmaps in DIB (device-independent bitmap ) format.
 class Font
          The Font class represents the HFONT type.
 class Icon
          This class represents generic methods to work with icons.
 class Pen
           
 class Region
          This class provides operations on region objects.
 

Methods in com.jniwrapper.win32.gdi with parameters of type GdiObject
 long GdiObject.getObject(GdiObject object, com.jniwrapper.Parameter data)
           
 

Uses of GdiObject in com.jniwrapper.win32.shell
 

Subclasses of GdiObject in com.jniwrapper.win32.shell
 class ShellIcon
          This class provides functionality for extracting icons for file associations.