public static enum HatchIndex.HatchType extends Enum<HatchIndex.HatchType>
| Enum Constant and Description |
|---|
HORIZONTAL_LINES |
HORIZONTAL_VERTICAL_CROSSHATCH |
NEGATIVE_SLOPE_LINES |
POSITIVE_NEGATIVE_CROSSHATCH |
POSITIVE_SLOPE_LINES |
VERTICAL_LINES |
| Modifier and Type | Method and Description |
|---|---|
static HatchIndex.HatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HatchIndex.HatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HatchIndex.HatchType HORIZONTAL_LINES
public static final HatchIndex.HatchType VERTICAL_LINES
public static final HatchIndex.HatchType POSITIVE_SLOPE_LINES
public static final HatchIndex.HatchType NEGATIVE_SLOPE_LINES
public static final HatchIndex.HatchType HORIZONTAL_VERTICAL_CROSSHATCH
public static final HatchIndex.HatchType POSITIVE_NEGATIVE_CROSSHATCH
public static HatchIndex.HatchType[] values()
for (HatchIndex.HatchType c : HatchIndex.HatchType.values()) System.out.println(c);
public static HatchIndex.HatchType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.