public enum HatchStyle extends java.lang.Enum<HatchStyle>
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.HatchStyle.
|
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 BACKWARD_DIAGONAL
public static final HatchStyle CROSS
public static final HatchStyle DARK_DOWNWARD_DIAGONAL
public static final HatchStyle DARK_HORIZONTAL
public static final HatchStyle DARK_UPWARD_DIAGONAL
public static final HatchStyle DARK_VERTICAL
public static final HatchStyle DASHED_DOWNWARD_DIAGONAL
public static final HatchStyle DASHED_HORIZONTAL
public static final HatchStyle DASHED_UPWARD_DIAGONAL
public static final HatchStyle DASHED_VERTICAL
public static final HatchStyle DIAGONAL_BRICK
public static final HatchStyle DIAGONAL_CROSS
public static final HatchStyle DIVOT
public static final HatchStyle DOTTED_DIAMOND
public static final HatchStyle DOTTED_GRID
public static final HatchStyle FORWARD_DIAGONAL
public static final HatchStyle HORIZONTAL
public static final HatchStyle HORIZONTAL_BRICK
public static final HatchStyle LARGE_CHECKER_BOARD
public static final HatchStyle LARGE_CONFETTI
public static final HatchStyle LARGE_GRID
public static final HatchStyle LIGHT_DOWNWARD_DIAGONAL
public static final HatchStyle LIGHT_HORIZONTAL
public static final HatchStyle LIGHT_UPWARD_DIAGONAL
public static final HatchStyle LIGHT_VERTICAL
public static final HatchStyle MAX
public static final HatchStyle MIN
public static final HatchStyle NARROW_HORIZONTAL
public static final HatchStyle NARROW_VERTICAL
public static final HatchStyle OUTLINED_DIAMOND
public static final HatchStyle PERCENT_05
public static final HatchStyle PERCENT_10
public static final HatchStyle PERCENT_20
public static final HatchStyle PERCENT_25
public static final HatchStyle PERCENT_30
public static final HatchStyle PERCENT_40
public static final HatchStyle PERCENT_50
public static final HatchStyle PERCENT_60
public static final HatchStyle PERCENT_70
public static final HatchStyle PERCENT_75
public static final HatchStyle PERCENT_80
public static final HatchStyle PERCENT_90
public static final HatchStyle PLAID
public static final HatchStyle SHINGLE
public static final HatchStyle SMALL_CHECKER_BOARD
public static final HatchStyle SMALL_CONFETTI
public static final HatchStyle SMALL_GRID
public static final HatchStyle SOLID_DIAMOND
public static final HatchStyle SPHERE
public static final HatchStyle TRELLIS
public static final HatchStyle VERTICAL
public static final HatchStyle UDEFINED
public static final HatchStyle WAVE
public static final HatchStyle WEAVE
public static final HatchStyle WIDE_DOWNWARD_DIAGONAL
public static final HatchStyle WIDE_UPWARD_DIAGONAL
public static final HatchStyle ZIG_ZAG
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 int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.HatchStyle.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.