public static class ImageIOTask.ImageFormat extends EnumeratedAttribute
value| Constructor and Description |
|---|
ImageFormat()
Constructor
|
ImageFormat(java.lang.String value)
Constructor using a string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic ImageFormat()
public ImageFormat(java.lang.String value)
value - the value of the attributepublic java.lang.String[] getValues()
getValues in class EnumeratedAttributeindexOfValue(String)
always return the same index for the same value.