public static enum ImageService.ScaleTyp extends Enum<ImageService.ScaleTyp>
max
. Das Ergebnisbild hat nach der Skalierung
genau die Abmaße haben soll, wobei entsprechende Teile des Bildes transparent gemacht wurden
bei correct
Modifier and Type | Method and Description |
---|---|
static ImageService.ScaleTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageService.ScaleTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageService.ScaleTyp max
public static final ImageService.ScaleTyp correct
public static ImageService.ScaleTyp[] values()
for (ImageService.ScaleTyp c : ImageService.ScaleTyp.values()) System.out.println(c);
public static ImageService.ScaleTyp 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 nullCopyright © 2019. All rights reserved.