public enum StiImageType extends java.lang.Enum<StiImageType>
| Enum Constant and Description |
|---|
Bmp |
Emf |
Gif |
Jpeg |
Pcx |
Png |
Svg |
Svgz |
Tiff |
| Modifier and Type | Method and Description |
|---|---|
static StiImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiImageType Bmp
public static final StiImageType Gif
public static final StiImageType Jpeg
public static final StiImageType Pcx
public static final StiImageType Png
public static final StiImageType Tiff
public static final StiImageType Emf
public static final StiImageType Svg
public static final StiImageType Svgz
public static StiImageType[] values()
for (StiImageType c : StiImageType.values()) System.out.println(c);
public static StiImageType 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.