com.jniwrapper.win32.gdi
Class GdiObject.Type

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.GdiObject.Type
Enclosing class:
GdiObject

public static class GdiObject.Type
extends com.jniwrapper.util.EnumItem

GdiObjectType class represents the enumeration of standard GDI object types.


Field Summary
static GdiObject.Type BITMAP
          The object is bitmap
static GdiObject.Type BRUSH
          The object is brush
static GdiObject.Type DC
          The object is device context
static GdiObject.Type ENHMETADC
          The object is enhanced metafile device context
static GdiObject.Type ENHMETAFILE
          The object is enhanced metafile
static GdiObject.Type EXTPEN
          The object is extended pen
static GdiObject.Type FONT
          The object is font
static GdiObject.Type MEMDC
          The object is memory device context
static GdiObject.Type METADC
          The object is metafile device context
static GdiObject.Type METAFILE
          The object is metafile
static GdiObject.Type PAL
          The object is palette
static GdiObject.Type PEN
          The object is pen
static GdiObject.Type REGION
          The object is region
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PEN

public static final GdiObject.Type PEN
The object is pen


BRUSH

public static final GdiObject.Type BRUSH
The object is brush


DC

public static final GdiObject.Type DC
The object is device context


METADC

public static final GdiObject.Type METADC
The object is metafile device context


PAL

public static final GdiObject.Type PAL
The object is palette


FONT

public static final GdiObject.Type FONT
The object is font


BITMAP

public static final GdiObject.Type BITMAP
The object is bitmap


REGION

public static final GdiObject.Type REGION
The object is region


METAFILE

public static final GdiObject.Type METAFILE
The object is metafile


MEMDC

public static final GdiObject.Type MEMDC
The object is memory device context


EXTPEN

public static final GdiObject.Type EXTPEN
The object is extended pen


ENHMETADC

public static final GdiObject.Type ENHMETADC
The object is enhanced metafile device context


ENHMETAFILE

public static final GdiObject.Type ENHMETAFILE
The object is enhanced metafile