public enum ColorSpace extends Enum<ColorSpace>
| Modifier and Type | Method and Description |
|---|---|
static String |
getValue(ColorSpace e) |
static ColorSpace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorSpace SRGB
public static final ColorSpace GRAYSCALE
public static ColorSpace[] values()
for (ColorSpace c : ColorSpace.values()) System.out.println(c);
public static ColorSpace valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String getValue(ColorSpace e)
Copyright © 2017 Europeana Foundation. All rights reserved.