public enum HatchStyle extends java.lang.Enum<HatchStyle>
Enum Constant and Description |
---|
BackwardDiagonal
A pattern of lines on a diagonal from upper right to lower left.
|
Cross
Specifies horizontal and vertical lines that cross.
|
DarkDownwardDiagonal
Specifies diagonal lines that slant to the right from top points
to bottom points, are spaced 50 percent closer together than,
and are twice the width of ForwardDiagonal.
|
DarkHorizontal
Specifies horizontal lines that are spaced 50 percent closer
together than Horizontal and are twice the width of Horizontal.
|
DarkUpwardDiagonal
Specifies diagonal lines that slant to the left from top points to bottom points,
are spaced 50 percent closer together than BackwardDiagonal, and are twice its width.
|
DarkVertical
Specifies vertical lines that are spaced 50 percent closer together
than Vertical and are twice its width.
|
DashedDownwardDiagonal
Specifies dashed diagonal lines, that slant to the right from top points to bottom points.
|
DashedHorizontal
Specifies dashed horizontal lines.
|
DashedUpwardDiagonal
Specifies dashed diagonal lines, that slant to the left from top points to bottom points.
|
DashedVertical
Specifies dashed vertical lines.
|
DiagonalBrick
Specifies a hatch that has the appearance of layered bricks
that slant to the left from top points to bottom points.
|
DiagonalCross
A pattern of crisscross diagonal lines.
|
Divot
Specifies a hatch that has the appearance of divots.
|
DottedDiamond
Specifies forward diagonal and backward diagonal lines,
each of which is composed of dots, that cross.
|
DottedGrid
Specifies horizontal and vertical lines, each of which is composed of dots, that cross.
|
ForwardDiagonal
A pattern of lines on a diagonal from upper left to lower right.
|
Horizontal
A pattern of horizontal lines.
|
HorizontalBrick
Specifies a hatch that has the appearance of horizontally layered bricks.
|
LargeCheckerBoard
Specifies a hatch that has the appearance of a checkerboard with squares
that are twice the size of SmallCheckerBoard.
|
LargeConfetti
Specifies a hatch that has the appearance of confetti,
and is composed of larger pieces than SmallConfetti.
|
LargeGrid
Specifies the hatch style Cross.
|
LightDownwardDiagonal
Specifies diagonal lines that slant to the right from top points
to bottom points and are spaced 50 percent closer together than ForwardDiagonal,
but are not antialiased.
|
LightHorizontal
Specifies horizontal lines that are spaced 50 percent closer together than Horizontal.
|
LightUpwardDiagonal
Specifies diagonal lines that slant to the left from top points to bottom
points and are spaced 50 percent closer together than BackwardDiagonal.
|
LightVertical
Specifies vertical lines that are spaced 50 percent closer together than Vertical.
|
Max
Specifies hatch style SolidDiamond.
|
Min
Specifies hatch style Horizontal.
|
NarrowHorizontal
Specifies horizontal lines that are spaced 75 percent closer
together than hatch style Horizontal.
|
NarrowVertical
Specifies vertical lines that are spaced 75 percent closer
together than hatch style Vertical.
|
OutlinedDiamond
Specifies forward diagonal and backward diagonal lines that cross.
|
Percent05
Specifies a 5-percent hatch.
|
Percent10
Specifies a 10-percent hatch.
|
Percent20
Specifies a 20-percent hatch.
|
Percent25
Specifies a 25-percent hatch.
|
Percent30
Specifies a 30-percent hatch.
|
Percent40
Specifies a 40-percent hatch.
|
Percent50
Specifies a 50-percent hatch.
|
Percent60
Specifies a 60-percent hatch.
|
Percent70
Specifies a 70-percent hatch.
|
Percent75
Specifies a 75-percent hatch.
|
Percent80
Specifies a 80-percent hatch.
|
Percent90
Specifies a 90-percent hatch.
|
Plaid
Specifies a hatch that has the appearance of a plaid material.
|
Shingle
Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points.
|
SmallCheckerBoard
Specifies a hatch that has the appearance of a checkerboard.
|
SmallConfetti
Specifies a hatch that has the appearance of confetti.
|
SmallGrid
Specifies horizontal and vertical lines that cross and
are spaced 50 percent closer together than hatch style Cross.
|
SolidDiamond
Specifies a hatch that has the appearance of a checkerboard placed diagonally.
|
Sphere
Specifies a hatch that has the appearance of spheres laid adjacent to one another.
|
Trellis
Specifies a hatch that has the appearance of a trellis.
|
Vertical
A pattern of vertical lines.
|
Wave
Specifies horizontal lines that are composed of tildes.
|
Weave
Specifies a hatch that has the appearance of a woven material.
|
WideDownwardDiagonal
Specifies diagonal lines that slant to the right from top points
to bottom points, have the same spacing as hatch style ForwardDiagonal,
and are triple its width.
|
WideUpwardDiagonal
Specifies diagonal lines that slant to the left from top points to bottom points,
have the same spacing as hatch style BackwardDiagonal, and are triple its width.
|
ZigZag
Specifies horizontal lines that are composed of zigzags.
|
Modifier and Type | Method and Description |
---|---|
static HatchStyle |
fromInt(int intVal) |
int |
getValue() |
static HatchStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HatchStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HatchStyle BackwardDiagonal
public static final HatchStyle Cross
public static final HatchStyle DarkDownwardDiagonal
public static final HatchStyle DarkHorizontal
public static final HatchStyle DarkUpwardDiagonal
public static final HatchStyle DarkVertical
public static final HatchStyle DashedDownwardDiagonal
public static final HatchStyle DashedHorizontal
public static final HatchStyle DashedUpwardDiagonal
public static final HatchStyle DashedVertical
public static final HatchStyle DiagonalBrick
public static final HatchStyle DiagonalCross
public static final HatchStyle Divot
public static final HatchStyle DottedDiamond
public static final HatchStyle DottedGrid
public static final HatchStyle ForwardDiagonal
public static final HatchStyle Horizontal
public static final HatchStyle HorizontalBrick
public static final HatchStyle LargeCheckerBoard
public static final HatchStyle LargeConfetti
public static final HatchStyle LargeGrid
public static final HatchStyle LightDownwardDiagonal
public static final HatchStyle LightHorizontal
public static final HatchStyle LightUpwardDiagonal
public static final HatchStyle LightVertical
public static final HatchStyle Max
public static final HatchStyle Min
public static final HatchStyle NarrowHorizontal
public static final HatchStyle NarrowVertical
public static final HatchStyle OutlinedDiamond
public static final HatchStyle Percent05
public static final HatchStyle Percent10
public static final HatchStyle Percent20
public static final HatchStyle Percent25
public static final HatchStyle Percent30
public static final HatchStyle Percent40
public static final HatchStyle Percent50
public static final HatchStyle Percent60
public static final HatchStyle Percent70
public static final HatchStyle Percent75
public static final HatchStyle Percent80
public static final HatchStyle Percent90
public static final HatchStyle Plaid
public static final HatchStyle Shingle
public static final HatchStyle SmallCheckerBoard
public static final HatchStyle SmallConfetti
public static final HatchStyle SmallGrid
public static final HatchStyle SolidDiamond
public static final HatchStyle Sphere
public static final HatchStyle Trellis
public static final HatchStyle Vertical
public static final HatchStyle Wave
public static final HatchStyle Weave
public static final HatchStyle WideDownwardDiagonal
public static final HatchStyle WideUpwardDiagonal
public static final HatchStyle ZigZag
public static HatchStyle[] values()
for (HatchStyle c : HatchStyle.values()) System.out.println(c);
public static HatchStyle 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 HatchStyle fromInt(int intVal)
public int getValue()