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

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

Uses of GdiObject.Type in com.jniwrapper.win32.gdi
 

Fields in com.jniwrapper.win32.gdi declared as GdiObject.Type
static GdiObject.Type GdiObject.Type.BITMAP
          The object is bitmap
static GdiObject.Type GdiObject.Type.BRUSH
          The object is brush
static GdiObject.Type GdiObject.Type.DC
          The object is device context
static GdiObject.Type GdiObject.Type.ENHMETADC
          The object is enhanced metafile device context
static GdiObject.Type GdiObject.Type.ENHMETAFILE
          The object is enhanced metafile
static GdiObject.Type GdiObject.Type.EXTPEN
          The object is extended pen
static GdiObject.Type GdiObject.Type.FONT
          The object is font
static GdiObject.Type GdiObject.Type.MEMDC
          The object is memory device context
static GdiObject.Type GdiObject.Type.METADC
          The object is metafile device context
static GdiObject.Type GdiObject.Type.METAFILE
          The object is metafile
static GdiObject.Type GdiObject.Type.PAL
          The object is palette
static GdiObject.Type GdiObject.Type.PEN
          The object is pen
static GdiObject.Type GdiObject.Type.REGION
          The object is region
 

Methods in com.jniwrapper.win32.gdi that return GdiObject.Type
 GdiObject.Type GdiObject.getObjectType()
          Returns GDI object type.