Uses of Class
com.jniwrapper.win32.gdi.Brush.HatchStyle

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

Uses of Brush.HatchStyle in com.jniwrapper.win32.gdi
 

Fields in com.jniwrapper.win32.gdi declared as Brush.HatchStyle
static Brush.HatchStyle Brush.HatchStyle.BDIAGONAL
          A 45-degree upward, left-to-right hatch.
static Brush.HatchStyle Brush.HatchStyle.CROSS
          Horizontal and vertical cross-hatch.
static Brush.HatchStyle Brush.HatchStyle.DIAGCROSS
          45-degree crosshatch.
static Brush.HatchStyle Brush.HatchStyle.FDIAGONAL
          A 45-degree downward, left-to-right hatch.
static Brush.HatchStyle Brush.HatchStyle.HORIZONTAL
          Vertical hatch.
static Brush.HatchStyle Brush.HatchStyle.VERTICAL
          Horizontal hatch.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Brush.HatchStyle
static Brush Brush.createHatchBrush(Brush.HatchStyle style, ColorRef colorRef)
          Creates a logical brush that has the specified hatch pattern and color.