com.jniwrapper.win32.gdi
Class Brush.HatchStyle

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.Brush.HatchStyle
Enclosing class:
Brush

public static class Brush.HatchStyle
extends com.jniwrapper.util.EnumItem

HatchStyle class represents the enumeration of hatch styles.


Field Summary
static Brush.HatchStyle BDIAGONAL
          A 45-degree upward, left-to-right hatch.
static Brush.HatchStyle CROSS
          Horizontal and vertical cross-hatch.
static Brush.HatchStyle DIAGCROSS
          45-degree crosshatch.
static Brush.HatchStyle FDIAGONAL
          A 45-degree downward, left-to-right hatch.
static Brush.HatchStyle HORIZONTAL
          Vertical hatch.
static Brush.HatchStyle VERTICAL
          Horizontal hatch.
 
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

BDIAGONAL

public static final Brush.HatchStyle BDIAGONAL
A 45-degree upward, left-to-right hatch.


CROSS

public static final Brush.HatchStyle CROSS
Horizontal and vertical cross-hatch.


DIAGCROSS

public static final Brush.HatchStyle DIAGCROSS
45-degree crosshatch.


FDIAGONAL

public static final Brush.HatchStyle FDIAGONAL
A 45-degree downward, left-to-right hatch.


VERTICAL

public static final Brush.HatchStyle VERTICAL
Horizontal hatch.


HORIZONTAL

public static final Brush.HatchStyle HORIZONTAL
Vertical hatch.