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, toString
public ImageFormat()
public ImageFormat(java.lang.String value)
value
- the value of the attributepublic java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
indexOfValue(String)
always return the same index for the same value.