Uses of Package
com.jniwrapper.win32.gdi

Packages that use com.jniwrapper.win32.gdi
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.gdi.bitmap The com.jniwrapper.win32.gdi.bitmap package contains several Windows Bitmap specific classes. 
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
com.jniwrapper.win32.ui.dialogs The com.jniwrapper.win32.ui.dialogs package contains Java wrappers for native dialogs, such as print dialog, select folder dialog, select color dialog etc. 
 

Classes in com.jniwrapper.win32.gdi used by com.jniwrapper.win32.gdi
Bitmap
          This class represents common functionality for working with bitmaps.
Bitmap.Compression
          Class Compression represents compression level enumeration.
Bitmap.PredefinedBitmap
          Class PredefinedBitmap enumeration represents predefined windows bitmaps.
BitmapFileHeader
          This class represents BITMAPFILEHEADER structure.
BitmapInfo
          This class represents BITMAPINFO structure.
BitmapInfoHeader
          This class represents the wrapper for BITMAPINFOHEADER structure.
BitmapStructure
          This class represents BITMAP structure.
BlendFunction
          BlendStructure containts parameters for the AlphaBlend function.
Brush
          This class provides methods and enumerations to work with brushes.
Brush.BrushStyle
          BrushStyle class represents the enumeration of brush styles.
Brush.HatchStyle
          HatchStyle class represents the enumeration of hatch styles.
Brush.StockBrush
          Enumeration of stock brushes.
ColorRef
          This class represents COLORREF structure.
Cursor.CursorKind
          This enumeration (IDC_*) specifies various types of the cursor.
Cursor.CursorPositionCode
          CursorPositionCode class represents the enumeration of the mouse position codes.
DC
          This class provides methods for working with Windows device contexts (DC).
DC.MappingMode
          Enumeration of available mapping modes.
DC.RasterOperation
          The RasterOperation class represents the enumeration of raster operations.
DDBitmap
          This class provides functionality for working with bitmaps in DDB (device-dependent bitmap) format.
DevMode
          This structure corresponds to a native DEVMODE structure.
DevMode.PaperStructure
           
DIBitmap
          This class provides functionality for working with bitmaps in DIB (device-independent bitmap ) format.
DibSection
          This class represents DIBSECTION structure.
Font
          The Font class represents the HFONT type.
Gdi32
          This class provides a wrapper over Win32 GDI functions.
GdiObject
          An abstract base for all GDI objects.
GdiObject.ImageType
          Class ImageType represents the enumeration of windows image types.
GdiObject.Type
          GdiObjectType class represents the enumeration of standard GDI object types.
GradientRect
          Represents GRADIENT_RECT native structure.
Icon
          This class represents generic methods to work with icons.
Icon.IconType
          IconType represents the enumeration of default icon types.
Icon.SystemIcon
           
IconInfo
          This class represents ICONINFO structure.
LogBrush
          This class represents the
LogFont
          The LogFont class represents the LOGFONT structure.
LogPalette
          The LogPalette class represents the LOGPALETTE structure.
Msimg32
          This class wraps the functionality provided by MSIMG32 library.
PaletteEntry
          PaletteEntry class represents PALETTEENTRY structure.
Pen
           
PolyFillMode
          PolyFillMode class represents EnumItemeration of poly fill modes.
PrintParameters
          This class describes set of pages in document to print, number of copies to print.
Region
          This class provides operations on region objects.
Region.CombineMode
          CombineMode class represents EnumItemeration of combined operations.
RGBQuad
          This class represents RGBQUAD structure.
SystemColor
          SystemColor class provides the ability to read and write system colors.
TriVertex
           
WindowDC
          WindowDC class provides the ability to retrieve a DC from a specified window.
 

Classes in com.jniwrapper.win32.gdi used by com.jniwrapper.win32.gdi.bitmap
BitmapInfo
          This class represents BITMAPINFO structure.
 

Classes in com.jniwrapper.win32.gdi used by com.jniwrapper.win32.shell
GdiObject
          An abstract base for all GDI objects.
Icon
          This class represents generic methods to work with icons.
Icon.IconType
          IconType represents the enumeration of default icon types.
 

Classes in com.jniwrapper.win32.gdi used by com.jniwrapper.win32.ui
ColorRef
          This class represents COLORREF structure.
DC
          This class provides methods for working with Windows device contexts (DC).
Font
          The Font class represents the HFONT type.
Icon
          This class represents generic methods to work with icons.
Icon.IconType
          IconType represents the enumeration of default icon types.
LogFont
          The LogFont class represents the LOGFONT structure.
Region
          This class provides operations on region objects.
 

Classes in com.jniwrapper.win32.gdi used by com.jniwrapper.win32.ui.dialogs
DC
          This class provides methods for working with Windows device contexts (DC).