public enum CatRectangularPatternParameters extends java.lang.Enum<CatRectangularPatternParameters>
Enum Constant and Description |
---|
catInstancesandSpacing |
catUnequalSpacing |
Modifier and Type | Method and Description |
---|---|
static CatRectangularPatternParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatRectangularPatternParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatRectangularPatternParameters catInstancesandSpacing
public static final CatRectangularPatternParameters catUnequalSpacing
public static CatRectangularPatternParameters[] values()
for (CatRectangularPatternParameters c : CatRectangularPatternParameters.values()) System.out.println(c);
public static CatRectangularPatternParameters 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 null