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