|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ExportType>
com.mebigfatguy.patchanim.ExportType
public enum ExportType
denotes the type of file to export to
| Enum Constant Summary | |
|---|---|
AnimatedGif
|
|
AnimatedMng
|
|
AnimatedPng
|
|
Gifs
|
|
JPegs
|
|
Pngs
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescriptionKey()
returns the resource bundle key for the localized value |
java.lang.String |
getExtension()
returns the file extension for this export type |
boolean |
isMultipleFiles()
returns whether or not this file type generates multiple files |
static ExportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExportType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ExportType JPegs
public static final ExportType Pngs
public static final ExportType Gifs
public static final ExportType AnimatedGif
public static final ExportType AnimatedPng
public static final ExportType AnimatedMng
| Method Detail |
|---|
public static final ExportType[] values()
for(ExportType c : ExportType.values())
System.out.println(c);
public static ExportType 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 namepublic java.lang.String getExtension()
public boolean isMultipleFiles()
public java.lang.String getDescriptionKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||