com.jniwrapper.win32.gdi
Class GdiObject.ImageType

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

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

Class ImageType represents the enumeration of windows image types.


Field Summary
static GdiObject.ImageType BITMAP
          The image is bitmap
static GdiObject.ImageType CURSOR
          The image is cursor
static GdiObject.ImageType ENHMETAFILE
          The image is enhanced metafile
static GdiObject.ImageType ICON
          The image is icon
 
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

BITMAP

public static final GdiObject.ImageType BITMAP
The image is bitmap


ICON

public static final GdiObject.ImageType ICON
The image is icon


CURSOR

public static final GdiObject.ImageType CURSOR
The image is cursor


ENHMETAFILE

public static final GdiObject.ImageType ENHMETAFILE
The image is enhanced metafile