com.jniwrapper.win32.gdi
Class PolyFillMode

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.PolyFillMode

public class PolyFillMode
extends com.jniwrapper.util.EnumItem

PolyFillMode class represents EnumItemeration of poly fill modes.


Field Summary
static PolyFillMode ALTERNATE
           
static PolyFillMode WINDING
           
 
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

ALTERNATE

public static final PolyFillMode ALTERNATE

WINDING

public static final PolyFillMode WINDING