public static enum HemfPlusBrush.EmfPlusHatchStyle extends java.lang.Enum<HemfPlusBrush.EmfPlusHatchStyle>
| Enum Constant and Description | 
|---|
| BACKWARD_DIAGONALSpecifies lines on a diagonal from upper right to lower left. | 
| DARK_DOWNWARD_DIAGONALSpecifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing. | 
| DARK_HORIZONTALSpecifies lines that are spaced 50 percent closer than lines in the HORIZONTAL pattern. | 
| DARK_UPWARD_DIAGONALSpecifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing. | 
| DARK_VERTICALSpecifies lines that are spaced 50 percent closer than lines in the VERTICAL pattern. | 
| DASHED_DOWNWARD_DIAGONALSpecifies dashed diagonal lines that slant to the right from top to bottom points. | 
| DASHED_HORIZONTALSpecifies dashed horizontal lines. | 
| DASHED_UPWARD_DIAGONALSpecifies dashed diagonal lines that slant to the left from top to bottom points. | 
| DASHED_VERTICALSpecifies dashed vertical lines. | 
| DIAGONAL_BRICKSpecifies a pattern of lines that has the appearance of layered bricks that slant to the left from
 top to bottom points. | 
| DIAGONAL_CROSSSpecifies crossing forward diagonal and backward diagonal lines with anti-aliasing. | 
| DIVOTSpecifies a pattern of lines that has the appearance of divots. | 
| DOTTED_DIAMONDSpecifies crossing forward and backward diagonal lines, each of which is composed of dots. | 
| DOTTED_GRIDSpecifies crossing horizontal and vertical lines, each of which is composed of dots. | 
| FORWARD_DIAGONALSpecifies lines on a diagonal from upper left to lower right. | 
| HORIZONTALSpecifies equally spaced horizontal lines. | 
| HORIZONTAL_BRICKSpecifies a pattern of lines that has the appearance of horizontally layered bricks. | 
| LARGE_CHECKER_BOARDSpecifies a pattern of lines that has the appearance of a checkerboard, with squares that are twice the
 size of the squares in the SMALL_CHECKER_BOARD pattern. | 
| LARGE_CONFETTISpecifies a pattern of lines that has the appearance of confetti, and is composed of larger pieces
 than the SMALL_CONFETTI pattern. | 
| LARGE_GRIDSpecifies crossing horizontal and vertical lines. | 
| LIGHT_DOWNWARD_DIAGONALSpecifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing. | 
| LIGHT_HORIZONTALSpecifies horizontal lines that are spaced 50 percent closer than lines in the HORIZONTAL pattern. | 
| LIGHT_UPWARD_DIAGONALSpecifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing. | 
| LIGHT_VERTICALSpecifies vertical lines that are spaced 50 percent closer together than lines in the VERTICAL pattern. | 
| NARROW_HORIZONTALSpecifies horizontal lines that are spaced 75 percent closer than lines in the HORIZONTAL pattern;
 or 25 percent closer than lines in the LIGHT_HORIZONTAL pattern. | 
| NARROW_VERTICALSpecifies vertical lines that are spaced 75 percent closer than lines in the VERTICAL pattern;
 or 25 percent closer than lines in the LIGHT_VERTICAL pattern. | 
| OUTLINED_DIAMONDSpecifies crossing forward and backward diagonal lines; the lines are not anti-aliased. | 
| PERCENT_05Specifies a 5-percent hatch, which is the ratio of foreground color to background color equal to 5:100. | 
| PERCENT_10Specifies a 10-percent hatch, which is the ratio of foreground color to background color equal to 10:100. | 
| PERCENT_20Specifies a 20-percent hatch, which is the ratio of foreground color to background color equal to 20:100. | 
| PERCENT_25Specifies a 25-percent hatch, which is the ratio of foreground color to background color equal to 25:100. | 
| PERCENT_30Specifies a 30-percent hatch, which is the ratio of foreground color to background color equal to 30:100. | 
| PERCENT_40Specifies a 40-percent hatch, which is the ratio of foreground color to background color equal to 40:100. | 
| PERCENT_50Specifies a 50-percent hatch, which is the ratio of foreground color to background color equal to 50:100. | 
| PERCENT_60Specifies a 60-percent hatch, which is the ratio of foreground color to background color equal to 60:100. | 
| PERCENT_70Specifies a 70-percent hatch, which is the ratio of foreground color to background color equal to 70:100. | 
| PERCENT_75Specifies a 75-percent hatch, which is the ratio of foreground color to background color equal to 75:100. | 
| PERCENT_80Specifies an 80-percent hatch, which is the ratio of foreground color to background color equal to 80:100. | 
| PERCENT_90Specifies a 90-percent hatch, which is the ratio of foreground color to background color equal to 90:100. | 
| PLAIDSpecifies a pattern of lines that has the appearance of a plaid material. | 
| SHINGLESpecifies a pattern of lines that has the appearance of diagonally layered
 shingles that slant to the right from top to bottom points. | 
| SMALL_CHECKER_BOARDSpecifies a pattern of lines that has the appearance of a checkerboard. | 
| SMALL_CONFETTISpecifies a pattern of lines that has the appearance of confetti. | 
| SMALL_GRIDSpecifies crossing horizontal and vertical lines that are spaced 50 percent closer together than LARGE_GRID. | 
| SOLID_DIAMONDSpecifies a pattern of lines that has the appearance of a checkerboard placed diagonally. | 
| SPHERESpecifies a pattern of lines that has the appearance of spheres laid adjacent to each other. | 
| TRELLISSpecifies a pattern of lines that has the appearance of a trellis. | 
| VERTICALSpecifies equally spaced vertical lines. | 
| WAVESpecifies horizontal lines that are composed of tildes. | 
| WEAVESpecifies a pattern of lines that has the appearance of a woven material. | 
| WIDE_DOWNWARD_DIAGONALSpecifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing. | 
| WIDE_UPWARD_DIAGONALSpecifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing. | 
| ZIGZAGSpecifies horizontal lines that are composed of zigzags. | 
| Modifier and Type | Field and Description | 
|---|---|
| int | id | 
| Modifier and Type | Method and Description | 
|---|---|
| static HemfPlusBrush.EmfPlusHatchStyle | valueOf(int id) | 
| static HemfPlusBrush.EmfPlusHatchStyle | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HemfPlusBrush.EmfPlusHatchStyle[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HemfPlusBrush.EmfPlusHatchStyle HORIZONTAL
public static final HemfPlusBrush.EmfPlusHatchStyle VERTICAL
public static final HemfPlusBrush.EmfPlusHatchStyle FORWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle BACKWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle LARGE_GRID
public static final HemfPlusBrush.EmfPlusHatchStyle DIAGONAL_CROSS
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_05
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_10
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_20
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_25
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_30
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_40
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_50
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_60
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_70
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_75
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_80
public static final HemfPlusBrush.EmfPlusHatchStyle PERCENT_90
public static final HemfPlusBrush.EmfPlusHatchStyle LIGHT_DOWNWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle LIGHT_UPWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle DARK_DOWNWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle DARK_UPWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle WIDE_DOWNWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle WIDE_UPWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle LIGHT_VERTICAL
public static final HemfPlusBrush.EmfPlusHatchStyle LIGHT_HORIZONTAL
public static final HemfPlusBrush.EmfPlusHatchStyle NARROW_VERTICAL
public static final HemfPlusBrush.EmfPlusHatchStyle NARROW_HORIZONTAL
public static final HemfPlusBrush.EmfPlusHatchStyle DARK_VERTICAL
public static final HemfPlusBrush.EmfPlusHatchStyle DARK_HORIZONTAL
public static final HemfPlusBrush.EmfPlusHatchStyle DASHED_DOWNWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle DASHED_UPWARD_DIAGONAL
public static final HemfPlusBrush.EmfPlusHatchStyle DASHED_HORIZONTAL
public static final HemfPlusBrush.EmfPlusHatchStyle DASHED_VERTICAL
public static final HemfPlusBrush.EmfPlusHatchStyle SMALL_CONFETTI
public static final HemfPlusBrush.EmfPlusHatchStyle LARGE_CONFETTI
public static final HemfPlusBrush.EmfPlusHatchStyle ZIGZAG
public static final HemfPlusBrush.EmfPlusHatchStyle WAVE
public static final HemfPlusBrush.EmfPlusHatchStyle DIAGONAL_BRICK
public static final HemfPlusBrush.EmfPlusHatchStyle HORIZONTAL_BRICK
public static final HemfPlusBrush.EmfPlusHatchStyle WEAVE
public static final HemfPlusBrush.EmfPlusHatchStyle PLAID
public static final HemfPlusBrush.EmfPlusHatchStyle DIVOT
public static final HemfPlusBrush.EmfPlusHatchStyle DOTTED_GRID
public static final HemfPlusBrush.EmfPlusHatchStyle DOTTED_DIAMOND
public static final HemfPlusBrush.EmfPlusHatchStyle SHINGLE
public static final HemfPlusBrush.EmfPlusHatchStyle TRELLIS
public static final HemfPlusBrush.EmfPlusHatchStyle SPHERE
public static final HemfPlusBrush.EmfPlusHatchStyle SMALL_GRID
public static final HemfPlusBrush.EmfPlusHatchStyle SMALL_CHECKER_BOARD
public static final HemfPlusBrush.EmfPlusHatchStyle LARGE_CHECKER_BOARD
public static final HemfPlusBrush.EmfPlusHatchStyle OUTLINED_DIAMOND
public static final HemfPlusBrush.EmfPlusHatchStyle SOLID_DIAMOND
public static HemfPlusBrush.EmfPlusHatchStyle[] values()
for (HemfPlusBrush.EmfPlusHatchStyle c : HemfPlusBrush.EmfPlusHatchStyle.values()) System.out.println(c);
public static HemfPlusBrush.EmfPlusHatchStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static HemfPlusBrush.EmfPlusHatchStyle valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.