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