|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.gdi.Brush.HatchStyle
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. |
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 |
public static final Brush.HatchStyle BDIAGONAL
public static final Brush.HatchStyle CROSS
public static final Brush.HatchStyle DIAGCROSS
public static final Brush.HatchStyle FDIAGONAL
public static final Brush.HatchStyle VERTICAL
public static final Brush.HatchStyle HORIZONTAL
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |