public static enum HemfPlusBrush.EmfPlusHatchStyle extends java.lang.Enum<HemfPlusBrush.EmfPlusHatchStyle>
Enum Constant and Description |
---|
BACKWARD_DIAGONAL
Specifies lines on a diagonal from upper right to lower left.
|
DARK_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing.
|
DARK_HORIZONTAL
Specifies lines that are spaced 50 percent closer than lines in the HORIZONTAL pattern.
|
DARK_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing.
|
DARK_VERTICAL
Specifies lines that are spaced 50 percent closer than lines in the VERTICAL pattern.
|
DASHED_DOWNWARD_DIAGONAL
Specifies dashed diagonal lines that slant to the right from top to bottom points.
|
DASHED_HORIZONTAL
Specifies dashed horizontal lines.
|
DASHED_UPWARD_DIAGONAL
Specifies dashed diagonal lines that slant to the left from top to bottom points.
|
DASHED_VERTICAL
Specifies dashed vertical lines.
|
DIAGONAL_BRICK
Specifies a pattern of lines that has the appearance of layered bricks that slant to the left from
top to bottom points.
|
DIAGONAL_CROSS
Specifies crossing forward diagonal and backward diagonal lines with anti-aliasing.
|
DIVOT
Specifies a pattern of lines that has the appearance of divots.
|
DOTTED_DIAMOND
Specifies crossing forward and backward diagonal lines, each of which is composed of dots.
|
DOTTED_GRID
Specifies crossing horizontal and vertical lines, each of which is composed of dots.
|
FORWARD_DIAGONAL
Specifies lines on a diagonal from upper left to lower right.
|
HORIZONTAL
Specifies equally spaced horizontal lines.
|
HORIZONTAL_BRICK
Specifies a pattern of lines that has the appearance of horizontally layered bricks.
|
LARGE_CHECKER_BOARD
Specifies 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_CONFETTI
Specifies a pattern of lines that has the appearance of confetti, and is composed of larger pieces
than the SMALL_CONFETTI pattern.
|
LARGE_GRID
Specifies crossing horizontal and vertical lines.
|
LIGHT_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing.
|
LIGHT_HORIZONTAL
Specifies horizontal lines that are spaced 50 percent closer than lines in the HORIZONTAL pattern.
|
LIGHT_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing.
|
LIGHT_VERTICAL
Specifies vertical lines that are spaced 50 percent closer together than lines in the VERTICAL pattern.
|
NARROW_HORIZONTAL
Specifies 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_VERTICAL
Specifies 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_DIAMOND
Specifies crossing forward and backward diagonal lines; the lines are not anti-aliased.
|
PERCENT_05
Specifies a 5-percent hatch, which is the ratio of foreground color to background color equal to 5:100.
|
PERCENT_10
Specifies a 10-percent hatch, which is the ratio of foreground color to background color equal to 10:100.
|
PERCENT_20
Specifies a 20-percent hatch, which is the ratio of foreground color to background color equal to 20:100.
|
PERCENT_25
Specifies a 25-percent hatch, which is the ratio of foreground color to background color equal to 25:100.
|
PERCENT_30
Specifies a 30-percent hatch, which is the ratio of foreground color to background color equal to 30:100.
|
PERCENT_40
Specifies a 40-percent hatch, which is the ratio of foreground color to background color equal to 40:100.
|
PERCENT_50
Specifies a 50-percent hatch, which is the ratio of foreground color to background color equal to 50:100.
|
PERCENT_60
Specifies a 60-percent hatch, which is the ratio of foreground color to background color equal to 60:100.
|
PERCENT_70
Specifies a 70-percent hatch, which is the ratio of foreground color to background color equal to 70:100.
|
PERCENT_75
Specifies a 75-percent hatch, which is the ratio of foreground color to background color equal to 75:100.
|
PERCENT_80
Specifies an 80-percent hatch, which is the ratio of foreground color to background color equal to 80:100.
|
PERCENT_90
Specifies a 90-percent hatch, which is the ratio of foreground color to background color equal to 90:100.
|
PLAID
Specifies a pattern of lines that has the appearance of a plaid material.
|
SHINGLE
Specifies a pattern of lines that has the appearance of diagonally layered
shingles that slant to the right from top to bottom points.
|
SMALL_CHECKER_BOARD
Specifies a pattern of lines that has the appearance of a checkerboard.
|
SMALL_CONFETTI
Specifies a pattern of lines that has the appearance of confetti.
|
SMALL_GRID
Specifies crossing horizontal and vertical lines that are spaced 50 percent closer together than LARGE_GRID.
|
SOLID_DIAMOND
Specifies a pattern of lines that has the appearance of a checkerboard placed diagonally.
|
SPHERE
Specifies a pattern of lines that has the appearance of spheres laid adjacent to each other.
|
TRELLIS
Specifies a pattern of lines that has the appearance of a trellis.
|
VERTICAL
Specifies equally spaced vertical lines.
|
WAVE
Specifies horizontal lines that are composed of tildes.
|
WEAVE
Specifies a pattern of lines that has the appearance of a woven material.
|
WIDE_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top to bottom points with no anti-aliasing.
|
WIDE_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top to bottom points with no anti-aliasing.
|
ZIGZAG
Specifies 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 2022 The Apache Software Foundation or its licensors, as applicable.